SocketImpl.FileDescriptor Property

Definition

Returns the value of this socket's fd field.

protected virtual Java.IO.FileDescriptor? FileDescriptor { [Android.Runtime.Register("getFileDescriptor", "()Ljava/io/FileDescriptor;", "GetGetFileDescriptorHandler")] get; }
[<get: Android.Runtime.Register("getFileDescriptor", "()Ljava/io/FileDescriptor;", "GetGetFileDescriptorHandler")>]
member this.FileDescriptor : Java.IO.FileDescriptor

Property Value

the value of this socket's fd field.

Attributes

Remarks

Returns the value of this socket's fd field.

Java documentation for java.net.SocketImpl.getFileDescriptor().

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