.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

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -