ServicePointManager::FindServicePoint Method (Uri^)
.NET Framework (current version)
Finds an existing ServicePoint object or creates a new ServicePoint object to manage communications with the specified Uri object.
Assembly: System (in System.dll)
Parameters
- address
-
Type:
System::Uri^
The Uri object of the Internet resource to contact.
Return Value
Type: System.Net::ServicePoint^The ServicePoint object that manages communications for the request.
| Exception | Condition |
|---|---|
| ArgumentNullException | address is null. |
| InvalidOperationException | The maximum number of ServicePoint objects defined in MaxServicePoints has been reached. |
The FindServicePoint method returns the ServicePoint object associated with the specified Internet host name. If no ServicePoint object exists for that host, the ServicePointManager object creates one.
.NET Framework
Available since 1.1
Available since 1.1
Show: