HttpOptions Constructor | Initializes a new instance of the HttpOptions class. |
![]() DefaultContentLength | The default value in bytes for the ContentLength property. |
![]() DefaultKeepAlive | The default value in seconds for the KeepAlive property. |
![]() DefaultMaxConnectionAge | The default value in seconds for the MaxConnectionAge property. |
![]() DefaultPort | The default value for the Port property. |
![]() DefaultStrictContentLength | The default value for theStrictContentLength property. |
ContentLength | Gets or sets the Content-Length HTTP header parameter. This is the size of message body in bytes for both client and server. |
Host | Gets or sets the host name or IP address of HTTP tunnel server. |
KeepAlive | Gets or sets the timeout in seconds to send Keep-Alive HTTP packets. |
MaxConnectionAge | Gets or sets the maximum connection age in seconds after which the tunnel will be closed. |
Port | Gets or sets the port number of HTTP tunnel server. |
StrictContentLength | Gets or sets a value indicating whether data padding is enabled when message size is smaller than ContentLength. |
ToString | Overridden. Returns a String that represents the current Object |
HttpOptions Class | CoreLab.Common Namespace
© 2002 - 2008 Devart. All Rights Reserved.