Mono Class Library: OverviewSystem.Net.ServicePointManager: Members |
The members of System.Net.ServicePointManager are listed below.
See Also: Inherited members from System.Object
constDefaultNonPersistentConnectionLimit int (4). The default number of non-persistent connections allowed on a System.Net.ServicePoint . constDefaultPersistentConnectionLimit int (2). The default number of persistent connections allowed on a System.Net.ServicePoint .
staticCertificatePolicy ICertificatePolicy. Documentation for this section has not yet been entered. staticCheckCertificateRevocationList bool. Documentation for this section has not yet been entered. staticDefaultConnectionLimit int (2). Gets or sets the maximum number of concurrent connections allowed by a System.Net.ServicePoint instance. staticDnsRefreshTimeout int. Documentation for this section has not yet been entered. staticEnableDnsRoundRobin bool. Documentation for this section has not yet been entered. staticExpect100Continue bool. Documentation for this section has not yet been entered. staticMaxServicePointIdleTime int (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. staticMaxServicePoints int (0). Gets or sets the maximum number of System.Net.ServicePoint instances managed by this class at any time. staticSecurityProtocol SecurityProtocolType. Documentation for this section has not yet been entered. staticServerCertificateValidationCallback System.Net.Security.RemoteCertificateValidationCallback. Documentation for this section has not yet been entered. staticUseNagleAlgorithm bool. Documentation for this section has not yet been entered.
staticFindServicePoint(Uri) : ServicePoint Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host. staticFindServicePoint(string, IWebProxy) : ServicePoint Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host. staticFindServicePoint(Uri, IWebProxy) : ServicePoint Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host.