UnixDomainSocketEndPoint(String) Constructeur
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.
Initialise une nouvelle instance du UnixDomainSocketEndPoint avec le chemin de fichier sur lequel connecter un socket de domaine Unix.
public:
UnixDomainSocketEndPoint(System::String ^ path);
public UnixDomainSocketEndPoint (string path);
new System.Net.Sockets.UnixDomainSocketEndPoint : string -> System.Net.Sockets.UnixDomainSocketEndPoint
Public Sub New (path As String)
Paramètres
- path
- String
Chemin sur lequel connecter un socket de domaine Unix.
Exceptions
path
a la valeur null
.
path
est d’une longueur non valide pour une utilisation avec des sockets de domaine sur cette plateforme. La longueur doit être comprise entre 1 et la longueur autorisée du chemin natif.
Le système d’exploitation actuel ne prend pas en charge les sockets de domaine Unix.