RemoteServiceConnectionInfo.PipeName Property

Definition

Gets or sets the name of an IPC pipe to connect to where the activated service is listening. On Windows this is a named pipe, whereas on OSX/Linux this is the path to a unix domain socket.

public:
 property System::String ^ PipeName { System::String ^ get(); void set(System::String ^ value); };
public string PipeName { get; set; }
member this.PipeName : string with get, set
Public Property PipeName As String

Property Value

Applies to