ServerFactory.ServerOptions.Name 属性

定义

获取要接受连接的管道的完全限定名称。

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

属性值

属性

注解

这应包括 Windows 上的 \.\pipe</code> 前缀,或要在 linux/mac 上创建的文件的绝对路径。

适用于