Android.Net.LocalSocket.GetAncillaryFileDescriptors Method
Retrieves a set of file descriptors that a peer has sent through an ancillary message.

Syntax

[Android.Runtime.Register("getAncillaryFileDescriptors", "()[Ljava/io/FileDescriptor;", "GetGetAncillaryFileDescriptorsHandler")]
public virtual Java.IO.FileDescriptor[] GetAncillaryFileDescriptors ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Retrieves a set of file descriptors that a peer has sent through an ancillary message. This method retrieves the most recent set sent, and then returns null until a new set arrives. File descriptors may only be passed along with regular data, so this method can only return a non-null after a read operation.

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1