The properties of System.Net.ServicePoint are listed below. For a list of all members, see the ServicePoint Members list.
See Also: Inherited members from System.Object
[read-only] | Address | Uri.
Gets the Uniform Resource Identifier (URI) of the server that this System.Net.ServicePoint object connects to. |
BindIPEndPointDelegate | BindIPEndPoint.
Specifies the delegate to associate a local System.Net.IPEndPoint with a System.Net.ServicePoint. | |
[read-only] | Certificate | System.Security.Cryptography.X509Certificates.X509Certificate.
Gets the certificate received for this System.Net.ServicePoint object. |
[read-only] | ClientCertificate | System.Security.Cryptography.X509Certificates.X509Certificate.
Gets the last client certificate sent to the server. |
ConnectionLeaseTimeout | int.
Gets or sets the number of milliseconds after which an active System.Net.ServicePoint connection is closed. | |
ConnectionLimit | int.
Gets or sets the maximum number of connections allowed on this System.Net.ServicePoint object. | |
[read-only] | ConnectionName | string.
Gets the connection name. |
[read-only] | CurrentConnections | int.
Gets the number of open connections associated with this System.Net.ServicePoint object. |
Expect100Continue | bool.
Gets or sets a bool value that determines whether 100-Continue behavior is used. | |
[read-only] | IdleSince | DateTime.
Gets the date and time that the System.Net.ServicePoint object was last connected to a host. |
MaxIdleTime | int.
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] | ProtocolVersion | Version.
Gets the version of the HTTP protocol that the System.Net.ServicePoint object uses. |
ReceiveBufferSize | int.
Gets or sets the size of the receiving buffer for the socket used by this System.Net.ServicePoint. | |
[read-only] | SupportsPipelining | bool.
Indicates whether the System.Net.ServicePoint object supports pipelined connections. |
UseNagleAlgorithm | bool.
Gets or sets a bool value that determines whether the Nagle algorithm is used on connections managed by this System.Net.ServicePoint object. |