ServicePointManager::FindServicePoint Method
.NET Framework (current version)
Finds an existing ServicePoint object or creates a new ServicePoint object to manage communication for this request.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | FindServicePoint(String^, IWebProxy^) | Finds an existing ServicePoint object or creates a new ServicePoint object to manage communications with the specified Uniform Resource Identifier (URI). |
![]() ![]() | FindServicePoint(Uri^) | Finds an existing ServicePoint object or creates a new ServicePoint object to manage communications with the specified Uri object. |
![]() ![]() | FindServicePoint(Uri^, IWebProxy^) | Finds an existing ServicePoint object or creates a new ServicePoint object to manage communications with the specified Uri object. |
Show:

