AsynchronousServerSocketChannel Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AsynchronousServerSocketChannel(AsynchronousChannelProvider) |
Initialise une nouvelle instance de cette classe. |
AsynchronousServerSocketChannel(IntPtr, JniHandleOwnership) |
AsynchronousServerSocketChannel(AsynchronousChannelProvider)
Initialise une nouvelle instance de cette classe.
[Android.Runtime.Register(".ctor", "(Ljava/nio/channels/spi/AsynchronousChannelProvider;)V", "", ApiSince=26)]
protected AsynchronousServerSocketChannel (Java.Nio.Channels.Spi.AsynchronousChannelProvider? provider);
[<Android.Runtime.Register(".ctor", "(Ljava/nio/channels/spi/AsynchronousChannelProvider;)V", "", ApiSince=26)>]
new Java.Nio.Channels.AsynchronousServerSocketChannel : Java.Nio.Channels.Spi.AsynchronousChannelProvider -> Java.Nio.Channels.AsynchronousServerSocketChannel
Paramètres
- provider
- AsynchronousChannelProvider
Fournisseur qui a créé ce canal
- Attributs
Remarques
Initialise une nouvelle instance de cette classe.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.
S’applique à
AsynchronousServerSocketChannel(IntPtr, JniHandleOwnership)
protected AsynchronousServerSocketChannel (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Nio.Channels.AsynchronousServerSocketChannel : nativeint * Android.Runtime.JniHandleOwnership -> Java.Nio.Channels.AsynchronousServerSocketChannel
Paramètres
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Remarques
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.