ServicePointManager.FindServicePoint Method
.NET Framework 4.5
Finds an existing ServicePoint object or creates a new ServicePoint object to manage communication for this request.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FindServicePoint(Uri) | Finds an existing ServicePoint object or creates a new ServicePoint object to manage communications with the specified Uri object. |
|
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, IWebProxy) | Finds an existing ServicePoint object or creates a new ServicePoint object to manage communications with the specified Uri object. |