The HttpProxyClient type exposes the following members.

Properties

  Name Description
Protected property Active
Gets or set a value that indicates whether a connection has been made.
(Inherited from TcpClient.)
Public property Available
Gets the amount of data that has been received from the network and is available to be read.
(Inherited from TcpClient.)
Public property Client
Gets or sets the underlying Socket.
(Inherited from TcpClient.)
Public property Connected
Gets a value indicating whether the underlying Socket for a TcpClient is connected to a remote host.
(Inherited from TcpClient.)
Public property ExclusiveAddressUse
Gets or sets a Boolean value that specifies whether the TcpClient allows only one client to use a port.
(Inherited from TcpClient.)
Public property LingerState
Gets or sets information about the sockets linger time.
(Inherited from TcpClient.)
Public property NoDelay
Gets or sets a value that disables a delay when send or receive buffers are not full.
(Inherited from TcpClient.)
Public property ReceiveBufferSize
Gets or sets the size of the receive buffer.
(Inherited from TcpClient.)
Public property ReceiveTimeout
Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.
(Inherited from TcpClient.)
Public property SendBufferSize
Gets or sets the size of the send buffer.
(Inherited from TcpClient.)
Public property SendTimeout
Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.
(Inherited from TcpClient.)

See Also