ServicePoint Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Address | Gets the Uniform Resource Identifier (URI) of the server that this ServicePoint object connects to. |
![]() | BindIPEndPointDelegate | Specifies the delegate to associate a local IPEndPoint with a ServicePoint. |
![]() | Certificate | Gets the certificate received for this ServicePoint object. |
![]() | ClientCertificate | Gets the last client certificate sent to the server. |
![]() | ConnectionLeaseTimeout | Gets or sets the number of milliseconds after which an active ServicePoint connection is closed. |
![]() | ConnectionLimit | Gets or sets the maximum number of connections allowed on this ServicePoint object. |
![]() | ConnectionName | Gets the connection name. |
![]() | CurrentConnections | Gets the number of open connections associated with this ServicePoint object. |
![]() | Expect100Continue | Gets or sets a Boolean value that determines whether 100-Continue behavior is used. |
![]() | IdleSince | Gets the date and time that the ServicePoint object was last connected to a host. |
![]() | MaxIdleTime | Gets or sets the amount of time a connection associated with the ServicePoint object can remain idle before the connection is closed. |
![]() | ProtocolVersion | Gets the version of the HTTP protocol that the ServicePoint object uses. |
![]() | ReceiveBufferSize | Gets or sets the size of the receiving buffer for the socket used by this ServicePoint. |
![]() | SupportsPipelining | Indicates whether the ServicePoint object supports pipelined connections. |
![]() | UseNagleAlgorithm | Gets or sets a Boolean value that determines whether the Nagle algorithm is used on connections managed by this ServicePoint object. |
