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 server that this System.Net.ServicePoint object connects to.

BindIPEndPointDelegateBindIPEndPoint.

Specifies the delegate to associate a local System.Net.IPEndPoint with a System.Net.ServicePoint.

[read-only]
CertificateSystem.Security.Cryptography.X509Certificates.X509Certificate.

Gets the certificate received for this System.Net.ServicePoint object.

[read-only]
ClientCertificateSystem.Security.Cryptography.X509Certificates.X509Certificate.

Gets the last client certificate sent to the server.

ConnectionLeaseTimeoutint.

Gets or sets the number of milliseconds after which an active System.Net.ServicePoint connection is closed.

ConnectionLimitint.

Gets or sets the maximum number of connections allowed on this System.Net.ServicePoint object.

[read-only]
ConnectionNamestring.

Gets the connection name.

[read-only]
CurrentConnectionsint.

Gets the number of open connections associated with this System.Net.ServicePoint object.

Expect100Continuebool.

Gets or sets a bool value that determines whether 100-Continue behavior is used.

[read-only]
IdleSinceDateTime.

Gets the date and time that the System.Net.ServicePoint object was last connected to a host.

MaxIdleTimeint.

Gets or sets the amount of time a connection associated with the System.Net.ServicePoint object can remain idle before the connection is closed.

[read-only]
ProtocolVersionVersion.

Gets the version of the HTTP protocol that the System.Net.ServicePoint object uses.

ReceiveBufferSizeint.

Gets or sets the size of the receiving buffer for the socket used by this System.Net.ServicePoint.

[read-only]
SupportsPipeliningbool.

Indicates whether the System.Net.ServicePoint object supports pipelined connections.

UseNagleAlgorithmbool.

Gets or sets a bool value that determines whether the Nagle algorithm is used on connections managed by this System.Net.ServicePoint object.

Public Methods

CloseConnectionGroup(string) : bool

Removes the specified connection group from this System.Net.ServicePoint object.

override
GetHashCode() : int

Returns a hash value for a System.Net.ServicePoint instance.

SetTcpKeepAlive(bool, int, int)

Enables or disables the keep-alive option on a TCP connection.