ServicePointManager Properties
.NET Framework 4.5
The ServicePointManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
CertificatePolicy | Obsolete. 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. |
|
EncryptionPolicy | Gets the System.Net.Security.EncryptionPolicy for this ServicePointManager instance. |
|
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. |