RemoteServiceConnectionInfo.PipeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
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
Property Value
- Attributes