The ProxySocket type exposes the following members.

Properties

  Name Description
Public property AddressFamily
Gets the address family of the Socket.
(Inherited from Socket.)
Public property Available
Gets the amount of data that has been received from the network and is available to be read.
(Inherited from Socket.)
Public property Blocking
Gets or sets a value that indicates whether the Socket is in blocking mode.
(Inherited from Socket.)
Public property Connected
Gets a value that indicates whether a Socket is connected to a remote host as of the last Send()()()() or Receive()()()() operation.
(Inherited from Socket.)
Public property DontFragment
Gets or sets a Boolean value that specifies whether the Socket allows Internet Protocol (IP) datagrams to be fragmented.
(Inherited from Socket.)
Public property EnableBroadcast
Gets or sets a Boolean value that specifies whether the Socket can send or receive broadcast packets.
(Inherited from Socket.)
Public property ExclusiveAddressUse
Gets or sets a Boolean value that specifies whether the Socket allows only one process to bind to a port.
(Inherited from Socket.)
Public property Handle
Gets the operating system handle for the Socket.
(Inherited from Socket.)
Public property IsBound
Gets a value that indicates whether the Socket is bound to a specific local port.
(Inherited from Socket.)
Public property LingerState
Gets or sets a value that specifies whether the Socket will delay closing a socket in an attempt to send all pending data.
(Inherited from Socket.)
Public property LocalEndPoint
Gets the local endpoint.
(Inherited from Socket.)
Public property MulticastLoopback
Gets or sets a value that specifies whether outgoing multicast packets are delivered to the sending application.
(Inherited from Socket.)
Public property NoDelay
Gets or sets a Boolean value that specifies whether the stream Socket is using the Nagle algorithm.
(Inherited from Socket.)
Public property ProtocolType
Gets the protocol type of the Socket.
(Inherited from Socket.)
Public property ProxyEndPoint
Gets or sets the EndPoint of the proxy server.
Public property ProxyPass
Gets or sets the password to use when authenticating with the proxy.
Public property ProxyType
Gets or sets the type of proxy server to use.
Public property ProxyUser
Gets or sets the username to use when authenticating with the proxy.
Public property ReceiveBufferSize
Gets or sets a value that specifies the size of the receive buffer of the Socket.
(Inherited from Socket.)
Public property ReceiveTimeout
Gets or sets a value that specifies the amount of time after which a synchronous Receive()()()() call will time out.
(Inherited from Socket.)
Public property RemoteEndPoint
Gets the remote endpoint.
(Inherited from Socket.)
Public property SendBufferSize
Gets or sets a value that specifies the size of the send buffer of the Socket.
(Inherited from Socket.)
Public property SendTimeout
Gets or sets a value that specifies the amount of time after which a synchronous Send()()()() call will time out.
(Inherited from Socket.)
Public property SocketType
Gets the type of the Socket.
(Inherited from Socket.)
Public property Ttl
Gets or sets a value that specifies the Time To Live (TTL) value of Internet Protocol (IP) packets sent by the Socket.
(Inherited from Socket.)
Public property UseOnlyOverlappedIO
Specifies whether the socket should only use Overlapped I/O mode.
(Inherited from Socket.)

See Also