ServicePointManager Members
.NET Framework 3.0
Manages the collection of ServicePoint objects.
The following tables list the members exposed by the ServicePointManager type.
| Name | Description | |
|---|---|---|
| DefaultNonPersistentConnectionLimit | The default number of non-persistent connections (4) allowed on a ServicePoint object connected to an HTTP/1.0 or later server. This field is constant but is no longer used in the .NET Framework 2.0. |
| DefaultPersistentConnectionLimit | The default number of persistent connections (2) allowed on a ServicePoint object connected to an HTTP/1.1 or later server. This field is constant and is used to initialize the DefaultConnectionLimit property if the value of the DefaultConnectionLimit property has not been set either directly or through configuration. |
| Name | Description | |
|---|---|---|
| CertificatePolicy | Gets or sets policy for server certificates. |
| CheckCertificateRevocationList | Gets or sets a Boolean value that indicates whether the certificate is checked against the certificate authority revocation list. |
| DefaultConnectionLimit | Gets or sets the maximum number of concurrent connections allowed by a ServicePoint object. |
| DnsRefreshTimeout | Gets or sets a value that indicates how long a Domain Name Service (DNS) resolution is considered valid. |
| EnableDnsRoundRobin | Gets or sets a value that indicates whether a Domain Name Service (DNS) resolution rotates among the applicable Internet Protocol (IP) addresses. |
| Expect100Continue | Gets or sets a Boolean value that determines whether 100-Continue behavior is used. |
| MaxServicePointIdleTime | Gets or sets the maximum idle time of a ServicePoint object. |
| MaxServicePoints | Gets or sets the maximum number of ServicePoint objects to maintain at any time. |
| SecurityProtocol | Gets or sets the security protocol used by the ServicePoint objects managed by the ServicePointManager object. |
| ServerCertificateValidationCallback | Gets or sets the callback to validate a server certificate. |
| UseNagleAlgorithm | Determines whether the Nagle algorithm is used by the service points managed by this ServicePointManager object. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindServicePoint | Overloaded. Finds an existing ServicePoint object or creates a new ServicePoint object to manage communication for this request. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |