Mono Class Library: Overview

Mono.Unix.UnixClient: Property Members

The properties of Mono.Unix.UnixClient are listed below. For a list of all members, see the UnixClient Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Properties

ClientSystem.Net.Sockets.Socket. The underlying System.Net.Sockets.Socket for this UnixClient.
LingerStateSystem.Net.Sockets.LingerOption. If set, the socket will remain open after it has been instructed to close, in order to send data that remains in the buffer.
[read-only]
PeerCredentialPeerCred. Gets the credentials for the other side of the Unix domain socket connection.
ReceiveBufferSizeint. The size of the receive buffer
ReceiveTimeoutint. The amount of time to wait when receiving data once a read has started.
SendBufferSizeint. The size of the send buffer.
SendTimeoutint. The amount of time to wait when sending data once a write has started.