Mono Class Library: OverviewMono.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
Client System.Net.Sockets.Socket. The underlying System.Net.Sockets.Socket for this UnixClient. LingerState System.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] PeerCredential PeerCred. Gets the credentials for the other side of the Unix domain socket connection. ReceiveBufferSize int. The size of the receive buffer ReceiveTimeout int. The amount of time to wait when receiving data once a read has started. SendBufferSize int. The size of the send buffer. SendTimeout int. The amount of time to wait when sending data once a write has started.