Mono Class Library: Overview

System.Net.ServicePointManager: Property Members

The properties of System.Net.ServicePointManager are listed below. For a list of all members, see the ServicePointManager Members list.

See Also: Inherited members from System.Object

Public Properties

static
CertificatePolicyICertificatePolicy. Documentation for this section has not yet been entered.
static
CheckCertificateRevocationListbool. Documentation for this section has not yet been entered.
static
DefaultConnectionLimitint (2). Gets or sets the maximum number of concurrent connections allowed by a System.Net.ServicePoint instance.
static
DnsRefreshTimeoutint. Documentation for this section has not yet been entered.
static
EnableDnsRoundRobinbool. Documentation for this section has not yet been entered.
static
Expect100Continuebool. Documentation for this section has not yet been entered.
static
MaxServicePointIdleTimeint (900000). Gets or sets the maximum amount of time a System.Net.ServicePoint instance can be idle, after which resources allocated to the service point can be released.
static
MaxServicePointsint (0). Gets or sets the maximum number of System.Net.ServicePoint instances managed by this class at any time.
static
SecurityProtocolSecurityProtocolType. Documentation for this section has not yet been entered.
static
ServerCertificateValidationCallbackSystem.Net.Security.RemoteCertificateValidationCallback. Documentation for this section has not yet been entered.
static
UseNagleAlgorithmbool. Documentation for this section has not yet been entered.