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 fichier avec le chemin d’accès UnixDomainSocketEndPoint au fichier pour 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 d’accès pour 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 du chemin natif autorisé.
Le système d’exploitation actuel ne prend pas en charge les sockets de domaine Unix.