Linguaggio

AsynchronousSocketChannel Costruttori

Definizione

Overload

AsynchronousSocketChannel(AsynchronousChannelProvider)

Inizializza una nuova istanza di questa classe.

[Android.Runtime.Register(".ctor", "(Ljava/nio/channels/spi/AsynchronousChannelProvider;)V", "", ApiSince=26)]
protected AsynchronousSocketChannel(Java.Nio.Channels.Spi.AsynchronousChannelProvider? provider);
[<Android.Runtime.Register(".ctor", "(Ljava/nio/channels/spi/AsynchronousChannelProvider;)V", "", ApiSince=26)>]
new Java.Nio.Channels.AsynchronousSocketChannel : Java.Nio.Channels.Spi.AsynchronousChannelProvider -> Java.Nio.Channels.AsynchronousSocketChannel

Parametri

provider
AsynchronousChannelProvider

Provider che ha creato questo canale

Attributi

Commenti

Inizializza una nuova istanza di questa classe.

per java.nio.channels.AsynchronousSocketChannel.AsynchronousSocketChannel(java.nio.channels.spi.AsynchronousChannelProvider).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

AsynchronousSocketChannel(IntPtr, JniHandleOwnership)

protected AsynchronousSocketChannel(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Nio.Channels.AsynchronousSocketChannel : nativeint * Android.Runtime.JniHandleOwnership -> Java.Nio.Channels.AsynchronousSocketChannel

Parametri

javaReference
IntPtr

nativeint

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a