Share via


ServerFactory.PrependPipePrefix(String) Method

Definition

Prepends the OS-specific prefix to a simple pipe name.

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

Parameters

leafPipeName
String

The simple pipe name. This should not include a path.

Returns

The fully-qualified, OS-specific pipe name.

Applies to