Manages the collection of System.Net.ServicePoint objects.
See Also: ServicePointManager Members
System.Net.ServicePointManager is a static class used to create, maintain, and delete instances of the System.Net.ServicePoint class.
When an application requests a connection to an Internet resource Uniform Resource Identifier (URI) through the System.Net.ServicePointManager object, the System.Net.ServicePointManager returns a System.Net.ServicePoint object that contains connection information for the host and scheme identified by the URI. If there is an existing System.Net.ServicePoint object for that host and scheme, the System.Net.ServicePointManager object returns the existing System.Net.ServicePoint object; otherwise, the System.Net.ServicePointManager object creates a new System.Net.ServicePoint object.