See Also

HttpOptions Class  | CoreLab.Common Namespace

See AlsoCoreLab.MySqlSend comments on this topic.

HttpOptions Class Members

HttpOptions overview

Public Constructors

Public Constructor HttpOptions ConstructorInitializes a new instance of the HttpOptions class.

Public Fields

Public Fieldstatic (Shared in Visual Basic) DefaultContentLengthThe default value in bytes for the ContentLength property.
Public Fieldstatic (Shared in Visual Basic) DefaultKeepAliveThe default value in seconds for the KeepAlive property.
Public Fieldstatic (Shared in Visual Basic) DefaultMaxConnectionAgeThe default value in seconds for the MaxConnectionAge property.
Public Fieldstatic (Shared in Visual Basic) DefaultPortThe default value for the Port property.
Public Fieldstatic (Shared in Visual Basic) DefaultStrictContentLengthThe default value for theStrictContentLength property.

Public Properties

Public Property ContentLengthGets or sets the Content-Length HTTP header parameter. This is the size of message body in bytes for both client and server.
Public Property HostGets or sets the host name or IP address of HTTP tunnel server.
Public Property KeepAliveGets or sets the timeout in seconds to send Keep-Alive HTTP packets.
Public Property MaxConnectionAgeGets or sets the maximum connection age in seconds after which the tunnel will be closed.
Public Property PortGets or sets the port number of HTTP tunnel server.
Public Property StrictContentLengthGets or sets a value indicating whether data padding is enabled when message size is smaller than ContentLength.

Public Methods

Public Method ToStringOverridden. Returns a String that represents the current Object

See Also

HttpOptions Class  | CoreLab.Common Namespace

 

 


© 2002 - 2008 Devart. All Rights Reserved.