Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host.
- address
- A Uri containing the Internet host to contact.
A System.Net.ServicePoint that connects to the host identified in address .
Type Reason ArgumentNullException address is null. InvalidOperationException The maximum number of service points defined in ServicePointManager.MaxServicePoints has been reached and there is no service point that connects to the specified host.
This method is identical to ServicePointManager.FindServicePoint(Uri)(address, GlobalProxySelection.GetEmptyWebProxy).
If no System.Net.ServicePoint exists for the host named in address , the System.Net.ServicePointManager attempts to create one.
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0