The methods of Android.Net.LocalSocket are listed below. For a list of all members, see the LocalSocket Members list.
See Also: Inherited members from Java.Lang.Object
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. |