ServerFactory.ServerOptions.Name 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 the fully-qualified name of the pipe to accept connections to.
public string? Name { [System.Runtime.CompilerServices.IsReadOnly] get; init; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Name : string with get, set
Public Property Name As String
Property Value
- Attributes
Remarks
This should include the \.\pipe</code> prefix on Windows, or the absolute path to a file to be created on linux/mac.
Applies to