Langue

IpSecManager.OpenUdpEncapsulationSocket Méthode

Définition

Surcharges

Nom Description
OpenUdpEncapsulationSocket()

Ouvrez un socket pour l’encapsulation UDP.

OpenUdpEncapsulationSocket(Int32)

Ouvrez un socket pour l’encapsulation UDP.

OpenUdpEncapsulationSocket()

Ouvrez un socket pour l’encapsulation UDP.

[Android.Runtime.Register("openUdpEncapsulationSocket", "()Landroid/net/IpSecManager$UdpEncapsulationSocket;", "GetOpenUdpEncapsulationSocketHandler", ApiSince=28)]
public virtual Android.Net.IpSecManager.UdpEncapsulationSocket OpenUdpEncapsulationSocket();
[<Android.Runtime.Register("openUdpEncapsulationSocket", "()Landroid/net/IpSecManager$UdpEncapsulationSocket;", "GetOpenUdpEncapsulationSocketHandler", ApiSince=28)>]
abstract member OpenUdpEncapsulationSocket : unit -> Android.Net.IpSecManager.UdpEncapsulationSocket
override this.OpenUdpEncapsulationSocket : unit -> Android.Net.IpSecManager.UdpEncapsulationSocket

Retours

un socket lié à un port local

Attributs

Remarques

Java documentation pour android.net.IpSecManager.openUdpEncapsulationSocket().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

OpenUdpEncapsulationSocket(Int32)

Ouvrez un socket pour l’encapsulation UDP.

[Android.Runtime.Register("openUdpEncapsulationSocket", "(I)Landroid/net/IpSecManager$UdpEncapsulationSocket;", "GetOpenUdpEncapsulationSocket_IHandler", ApiSince=28)]
public virtual Android.Net.IpSecManager.UdpEncapsulationSocket OpenUdpEncapsulationSocket(int port);
[<Android.Runtime.Register("openUdpEncapsulationSocket", "(I)Landroid/net/IpSecManager$UdpEncapsulationSocket;", "GetOpenUdpEncapsulationSocket_IHandler", ApiSince=28)>]
abstract member OpenUdpEncapsulationSocket : int -> Android.Net.IpSecManager.UdpEncapsulationSocket
override this.OpenUdpEncapsulationSocket : int -> Android.Net.IpSecManager.UdpEncapsulationSocket

Paramètres

port
Int32

Retours

un socket lié à un port local

Attributs

Remarques

Java documentation pour android.net.IpSecManager.openUdpEncapsulationSocket().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à