ServerFactory.ServerOptions.Name Property

Definition

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