ServerFactory.PrependPipePrefix(String) 方法

定义

在简单的管道名称前面添加特定于 OS 的前缀。

public static string PrependPipePrefix(string leafPipeName);
static member PrependPipePrefix : string -> string
Public Shared Function PrependPipePrefix (leafPipeName As String) As String

参数

leafPipeName
String

简单的管道名称。 这 不应 包含路径。

返回

完全限定的特定于 OS 的管道名称。

适用于