ServicePointManager Methods
.NET Framework 4.5
The ServicePointManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
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. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetTcpKeepAlive | Enables or disables the keep-alive option on a TCP connection. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |