Os.Getsockname(FileDescriptor) Method

Definition

[Android.Runtime.Register("getsockname", "(Ljava/io/FileDescriptor;)Ljava/net/SocketAddress;", "")]
public static Java.Net.SocketAddress? Getsockname (Java.IO.FileDescriptor? fd);
[<Android.Runtime.Register("getsockname", "(Ljava/io/FileDescriptor;)Ljava/net/SocketAddress;", "")>]
static member Getsockname : Java.IO.FileDescriptor -> Java.Net.SocketAddress

Parameters

Returns

Attributes

Exceptions

Remarks

See getsockname(2).

Java documentation for android.system.Os.getsockname(java.io.FileDescriptor).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to