ServerFactory.PrependPipePrefix(String) Method
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.
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.