Android.OS.ParcelFileDescriptor.CreateSocketPair Method
Create two ParcelFileDescriptors structured as a pair of sockets connected to each other.

Syntax

[Android.Runtime.Register("createSocketPair", "()[Landroid/os/ParcelFileDescriptor;", "")]
public static ParcelFileDescriptor[] CreateSocketPair ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Create two ParcelFileDescriptors structured as a pair of sockets connected to each other. The two sockets are indistinguishable.

[Android Documentation]

Requirements

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