ServicePointManager Properties
Assembly: System (in System.dll)
| 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. |
![]() ![]() | ReusePort | Setting this property value to true causes all outbound TCP connections from HttpWebRequest to use the native socket option SO_REUSE_UNICASTPORT on the socket. This causes the underlying outgoing ports to be shared. This is useful for scenarios where a large number of outgoing connections are made in a short time, and the app risks running out of ports. |
![]() ![]() | 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. |

