The members of Android.Net.LocalSocket are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a AF_LOCAL/UNIX domain stream socket. | ||
Creates a AF_LOCAL/UNIX domain stream socket with given socket type |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | SocketDgram | SocketType (1). Datagram socket type |
const | SocketSeqpacket | SocketType (3). Sequential packet socket type |
const | SocketStream | SocketType (2). Stream socket type |
[read-only] | FileDescriptor | Java.IO.FileDescriptor. Returns file descriptor or null if not yet open/already closed |
[read-only] | InputStream | System.IO.Stream. Retrieves the input stream for this instance. |
[read-only] | IsBound | bool. |
[read-only] | IsClosed | bool. |
[read-only] | IsConnected | bool. |
[read-only] | IsInputShutdown | bool. |
[read-only] | IsOutputShutdown | bool. |
[read-only] | LocalSocketAddress | LocalSocketAddress. Retrieves the name that this socket is bound to, if any. |
[read-only] | OutputStream | System.IO.Stream. Retrieves the output stream for this instance. |
[read-only] | PeerCredentials | Credentials. Retrieves the credentials of this socket's peer. |
ReceiveBufferSize | int. | |
[read-only] | RemoteSocketAddress | LocalSocketAddress. |
SendBufferSize | int. | |
SoTimeout | int. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Bind(LocalSocketAddress)Binds this socket to an endpoint name. | ||
Close()Closes the socket. | ||
Connect(LocalSocketAddress)Connects this socket to an endpoint. | ||
Connect(LocalSocketAddress, int) | ||
ConnectAsync(LocalSocketAddress)Documentation for this section has not yet been entered. | ||
ConnectAsync(LocalSocketAddress, int)Documentation for this section has not yet been entered. | ||
GetAncillaryFileDescriptors()Retrieves a set of file descriptors that a peer has sent through an ancillary message. | ||
SetFileDescriptorsForSend(Java.IO.FileDescriptor[])Enqueues a set of file descriptors to send to the peer. | ||
ShutdownInput()Shuts down the input side of the socket. | ||
ShutdownOutput()Shuts down the output side of the socket. |