Android.Net.LocalSocket.SetFileDescriptorsForSend Method
Enqueues a set of file descriptors to send to the peer.

Syntax

[Android.Runtime.Register("setFileDescriptorsForSend", "([Ljava/io/FileDescriptor;)V", "GetSetFileDescriptorsForSend_arrayLjava_io_FileDescriptor_Handler")]
public virtual void SetFileDescriptorsForSend (Java.IO.FileDescriptor[] fds)

Parameters

fds
non-null; file descriptors to send.

Remarks

Enqueues a set of file descriptors to send to the peer. The queue is one deep. The file descriptors will be sent with the next write of normal data, and will be delivered in a single ancillary message. See "man 7 unix" SCM_RIGHTS on a desktop Linux machine.

[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