Mono Class Library: System.Net NamespaceSystem.Net.ServicePointManager Class |
See Also: ServicePointManager Members
|
The public static fields exposed in ServicePointManager are not thread safe. Changing one of these values in one thread will change the value for any other thread subsequently accessing the field.
System.Net.ServicePointManager creates, maintains, and deletes System.Net.ServicePoint instances.
When an application requests a connection to an Internet resource through the System.Net.ServicePointManager, the System.Net.ServicePointManager returns a System.Net.ServicePoint instance containing connection information for the host identified by the Uniform Resource Identifier (URI) of the resource. If there is an existing System.Net.ServicePoint for that host, the System.Net.ServicePointManager returns the existing System.Net.ServicePoint, otherwise the System.Net.ServicePointManager creates a new System.Net.ServicePoint instance.
[Edit]
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0