.net - Does system.net connectionManagement only apply to web traffic? -
i can't find clear answer on this. msdn documentation not specify types of connections limits, of examples show http traffic.
https://msdn.microsoft.com/en-us/library/fb6y0fyc%28v=vs.110%29.aspx?f=255&mspperror=-2147217396
it seems imply if use wildcard '*', applies connections. include, e.g. sql server?
no, the doc states:
specifies maximum number of connections internet host
update
on same doc page, in remarks section state:
the element (network settings) element contains settings classes in system.net , related child namespaces. settings configure authentication modules, connection management, mail settings, proxy server, , internet request modules receiving information internet hosts.
Comments
Post a Comment