ListenOptions.PipeName Property

Definition

Gets the bound pipe name to a name pipe server.

public string? PipeName { get; }
member this.PipeName : string
Public ReadOnly Property PipeName As String

Property Value

Remarks

Only set if the ListenOptions is bound to a NamedPipeEndPoint.

Applies to