Condividi tramite


RemoteServiceConnectionInfo.PipeName Proprietà

Definizione

Ottiene o imposta il nome di una pipe IPC per connettersi alla posizione in cui il servizio attivato è in ascolto. In Windows si tratta di una named pipe, mentre in OSX/Linux si tratta del percorso di un socket di dominio Unix.

public:
 property System::String ^ PipeName { System::String ^ get(); void set(System::String ^ value); };
public string PipeName { get; set; }
public string? PipeName { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.PipeName : string with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.PipeName : string with get, set
Public Property PipeName As String

Valore della proprietà

Attributi

Si applica a