Mono Class Library: Overview

System.Net.ServicePoint: Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
AddressUri. Gets the Uniform Resource Identifier (URI) of the System.Net.ServicePoint.
BindIPEndPointDelegateBindIPEndPoint. Documentation for this section has not yet been entered.
[read-only]
CertificateSystem.Security.Cryptography.X509Certificates.X509Certificate. Documentation for this section has not yet been entered.
[read-only]
ClientCertificateSystem.Security.Cryptography.X509Certificates.X509Certificate. Documentation for this section has not yet been entered.
ConnectionLeaseTimeoutint. Documentation for this section has not yet been entered.
ConnectionLimitint. Gets or sets the maximum number of simultaneous connections that the System.Net.ServicePoint can make to an Internet host.
[read-only]
ConnectionNamestring. Gets the connection group name specified by the System.Net.WebRequest that created the connection.
[read-only]
CurrentConnectionsint. Gets the number of connections held by the current instance.
Expect100Continuebool. Documentation for this section has not yet been entered.
[read-only]
IdleSinceDateTime. Gets the date and time that the System.Net.ServicePoint was last connected to a host.
MaxIdleTimeint. Gets or sets the maximum amount of time the current instance can remain idle (unconnected to a host).
[read-only]
ProtocolVersionVersion. Gets the version of the protocol that the System.Net.ServicePoint uses.
ReceiveBufferSizeint. Documentation for this section has not yet been entered.
[read-only]
SupportsPipeliningbool. A bool value that indicates whether the System.Net.ServicePoint supports pipelined connections.
UseNagleAlgorithmbool. Documentation for this section has not yet been entered.

Public Methods

CloseConnectionGroup(string) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Generates a hash code for the current instance.