다음을 통해 공유


RemoteSessionNamedPipeServer.CreateCustomNamedPipeServer(String) Method

Definition

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.

Applies to