Android.Net.LocalSocket: Method Members

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

Public Methods

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) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ConnectAsync(LocalSocketAddress, int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
GetAncillaryFileDescriptors() : Java.IO.FileDescriptor[]
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.