Android.Net.LocalServerSocket Members

The members of Android.Net.LocalServerSocket are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a LocalServerSocket from a file descriptor that's already been created and bound. listen() will be called immediately on it.
Crewates a new server socket listening at specified name.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
FileDescriptorJava.IO.FileDescriptor. Returns file descriptor or null if not yet open/already closed
[read-only]
LocalSocketAddressLocalSocketAddress. Obtains the socket's local address

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Accept() : LocalSocket
Accepts a new connection to the socket.
AcceptAsync() : System.Threading.Tasks.Task<LocalSocket>
Documentation for this section has not yet been entered.
Close()
Closes server socket.