Mono Class Library: OverviewSystem.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
[read-only] AddressFamily System.Net.Sockets.AddressFamily. Gets the address family of the current instance. [read-only] Available int. 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. Blocking bool. Gets or sets a bool value that indicates whether the socket is in blocking mode. [read-only] Connected bool. Gets a bool value indicating whether the current instance is connected. DontFragment bool. Documentation for this section has not yet been entered. EnableBroadcast bool. Documentation for this section has not yet been entered. ExclusiveAddressUse bool. Documentation for this section has not yet been entered. [read-only] Handle IntPtr. Gets the operating system handle for the current instance. [read-only] IsBound bool. Documentation for this section has not yet been entered. LingerState System.Net.Sockets.LingerOption. Documentation for this section has not yet been entered. [read-only] LocalEndPoint EndPoint. Gets the local endpoint associated with the current instance. MulticastLoopback bool. Documentation for this section has not yet been entered. NoDelay bool. Documentation for this section has not yet been entered. [read-only] staticOSSupportsIPv6 bool. Documentation for this section has not yet been entered. [read-only] ProtocolType System.Net.Sockets.ProtocolType. Gets the protocol type of the current instance. ReceiveBufferSize int. Documentation for this section has not yet been entered. ReceiveTimeout int. Documentation for this section has not yet been entered. [read-only] RemoteEndPoint EndPoint. Gets the remote endpoint associated with the current instance. SendBufferSize int. Documentation for this section has not yet been entered. SendTimeout int. Documentation for this section has not yet been entered. [read-only] SocketType System.Net.Sockets.SocketType. Gets the socket type of the current instance. [read-only] staticSupportsIPv4 bool. Documentation for this section has not yet been entered. [read-only] staticSupportsIPv6 bool. Documentation for this section has not yet been entered. Ttl short. Documentation for this section has not yet been entered. UseOnlyOverlappedIO bool. Documentation for this section has not yet been entered.