The ProxySocket type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AddressFamily |
Gets the address family of the Socket.
(Inherited from Socket.) |
![]() |
Available |
Gets the amount of data that has been received from the network and is available to be read.
(Inherited from Socket.) |
![]() |
Blocking |
Gets or sets a value that indicates whether the Socket is in blocking mode.
(Inherited from Socket.) |
![]() |
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.) |
![]() |
DontFragment |
Gets or sets a Boolean value that specifies whether the Socket allows Internet Protocol (IP) datagrams to be fragmented.
(Inherited from Socket.) |
![]() |
EnableBroadcast |
Gets or sets a Boolean value that specifies whether the Socket can send or receive broadcast packets.
(Inherited from Socket.) |
![]() |
ExclusiveAddressUse |
Gets or sets a Boolean value that specifies whether the Socket allows only one process to bind to a port.
(Inherited from Socket.) |
![]() |
Handle |
Gets the operating system handle for the Socket.
(Inherited from Socket.) |
![]() |
IsBound |
Gets a value that indicates whether the Socket is bound to a specific local port.
(Inherited from Socket.) |
![]() |
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.) |
![]() |
LocalEndPoint |
Gets the local endpoint.
(Inherited from Socket.) |
![]() |
MulticastLoopback |
Gets or sets a value that specifies whether outgoing multicast packets are delivered to the sending application.
(Inherited from Socket.) |
![]() |
NoDelay |
Gets or sets a Boolean value that specifies whether the stream Socket is using the Nagle algorithm.
(Inherited from Socket.) |
![]() |
ProtocolType |
Gets the protocol type of the Socket.
(Inherited from Socket.) |
![]() |
ProxyEndPoint |
Gets or sets the EndPoint of the proxy server.
|
![]() |
ProxyPass |
Gets or sets the password to use when authenticating with the proxy.
|
![]() |
ProxyType |
Gets or sets the type of proxy server to use.
|
![]() |
ProxyUser |
Gets or sets the username to use when authenticating with the proxy.
|
![]() |
ReceiveBufferSize |
Gets or sets a value that specifies the size of the receive buffer of the Socket.
(Inherited from Socket.) |
![]() |
ReceiveTimeout |
Gets or sets a value that specifies the amount of time after which a synchronous Receive()()()() call will time out.
(Inherited from Socket.) |
![]() |
RemoteEndPoint |
Gets the remote endpoint.
(Inherited from Socket.) |
![]() |
SendBufferSize |
Gets or sets a value that specifies the size of the send buffer of the Socket.
(Inherited from Socket.) |
![]() |
SendTimeout |
Gets or sets a value that specifies the amount of time after which a synchronous Send()()()() call will time out.
(Inherited from Socket.) |
![]() |
SocketType |
Gets the type of the Socket.
(Inherited from Socket.) |
![]() |
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.) |
![]() |
UseOnlyOverlappedIO |
Specifies whether the socket should only use Overlapped I/O mode.
(Inherited from Socket.) |