Mono Class Library: Overview

System.Net.Sockets.Socket: Property Members

The properties of System.Net.Sockets.Socket are listed below. For a list of all members, see the Socket Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AddressFamilySystem.Net.Sockets.AddressFamily. Gets the address family of the current instance.
[read-only]
Availableint. Gets the amount of data available to be read in a single Socket.Receive(Byte[], int, SocketFlags) or Socket.ReceiveFrom(Byte[], int, int, SocketFlags, System.Net.EndPoint@) call.
Blockingbool. Gets or sets a bool value that indicates whether the socket is in blocking mode.
[read-only]
Connectedbool. Gets a bool value indicating whether the current instance is connected.
DontFragmentbool. Documentation for this section has not yet been entered.
EnableBroadcastbool. Documentation for this section has not yet been entered.
ExclusiveAddressUsebool. Documentation for this section has not yet been entered.
[read-only]
HandleIntPtr. Gets the operating system handle for the current instance.
[read-only]
IsBoundbool. Documentation for this section has not yet been entered.
LingerStateSystem.Net.Sockets.LingerOption. Documentation for this section has not yet been entered.
[read-only]
LocalEndPointEndPoint. Gets the local endpoint associated with the current instance.
MulticastLoopbackbool. Documentation for this section has not yet been entered.
NoDelaybool. Documentation for this section has not yet been entered.
[read-only]
static
OSSupportsIPv6bool. Documentation for this section has not yet been entered.
[read-only]
ProtocolTypeSystem.Net.Sockets.ProtocolType. Gets the protocol type of the current instance.
ReceiveBufferSizeint. Documentation for this section has not yet been entered.
ReceiveTimeoutint. Documentation for this section has not yet been entered.
[read-only]
RemoteEndPointEndPoint. Gets the remote endpoint associated with the current instance.
SendBufferSizeint. Documentation for this section has not yet been entered.
SendTimeoutint. Documentation for this section has not yet been entered.
[read-only]
SocketTypeSystem.Net.Sockets.SocketType. Gets the socket type of the current instance.
[read-only]
static
SupportsIPv4bool. Documentation for this section has not yet been entered.
[read-only]
static
SupportsIPv6bool. Documentation for this section has not yet been entered.
Ttlshort. Documentation for this section has not yet been entered.
UseOnlyOverlappedIObool. Documentation for this section has not yet been entered.