The properties of the ProxySocket class are listed below. For a complete list of ProxySocket class members, see the ProxySocket Members topic.
![]() | Gets the address family of the Socket. |
![]() | Gets the amount of data that has been received from the network and is available to be read. |
![]() | Gets or sets a value that indicates whether the Socket is in blocking mode. |
![]() | Gets a value that indicates whether a Socket is connected to a remote host as of the last Send or Receive operation. |
![]() | Gets or sets a Boolean value that specifies whether the Socket allows Internet Protocol (IP) datagrams to be fragmented. |
![]() | Gets or sets a Boolean value that specifies whether the Socket can send or receive broadcast packets. |
![]() | Gets or sets a Boolean value that specifies whether the Socket allows only one process to bind to a port. |
![]() | Gets the operating system handle for the Socket. |
![]() | Gets a value that indicates whether the Socket is bound to a specific local port. |
![]() | Gets or sets a value that specifies whether the Socket will delay closing a socket in an attempt to send all pending data. |
![]() | Gets the local endpoint. |
![]() | Gets or sets a value that specifies whether outgoing multicast packets are delivered to the sending application. |
![]() | Gets or sets a Boolean value that specifies whether the stream Socket is using the Nagle algorithm. |
![]() | Gets the protocol type of the Socket. |
![]() | Gets or sets the EndPoint of the proxy server. |
![]() | Gets or sets the password to use when authenticating with the proxy. |
![]() | Gets or sets the type of proxy server to use. |
![]() | Gets or sets the username to use when authenticating with the proxy. |
![]() | Gets or sets a value that specifies the size of the receive buffer of the Socket. |
![]() | Gets or sets a value that specifies the amount of time after which a synchronous Receive call will time out. |
![]() | Gets the remote endpoint. |
![]() | Gets or sets a value that specifies the size of the send buffer of the Socket. |
![]() | Gets or sets a value that specifies the amount of time after which a synchronous Send call will time out. |
![]() | Gets the type of the Socket. |
![]() | Gets or sets a value that specifies the Time To Live (TTL) value of Internet Protocol (IP) packets sent by the Socket. |
![]() | Specifies whether the socket should only use Overlapped I/O mode. |
ProxySocket Class | Org.Mentalis.Network.ProxySocket Namespace