Mono Class Library: Overview

System.Net.ServicePointManager: Members

The members of System.Net.ServicePointManager are listed below.

See Also: Inherited members from System.Object

Public Fields

const
DefaultNonPersistentConnectionLimitint (4). The default number of non-persistent connections allowed on a System.Net.ServicePoint .
const
DefaultPersistentConnectionLimitint (2). The default number of persistent connections allowed on a System.Net.ServicePoint .

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.

Public Methods

static
FindServicePoint(Uri) : ServicePoint
Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host.
static
FindServicePoint(string, IWebProxy) : ServicePoint
Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host.
static
FindServicePoint(Uri, IWebProxy) : ServicePoint
Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host.