RemoteSessionNamedPipeServer.CreateCustomNamedPipeServer(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.
Creates the custom named pipe server with the given pipename.
public static void CreateCustomNamedPipeServer (string pipeName);
static member CreateCustomNamedPipeServer : string -> unit
Public Shared Sub CreateCustomNamedPipeServer (pipeName As String)
Parameters
- pipeName
- String
The name of the pipe to create.