BnetServer.Pipes.ConsolePipeClient.ConsolePipeClient C# (CSharp) Method

ConsolePipeClient() public method

public ConsolePipeClient ( string pipeServerName, string pipeName ) : System.IO
pipeServerName string
pipeName string
return System.IO
        public ConsolePipeClient(string pipeServerName, string pipeName) : base(pipeServerName, pipeName)
        {
        }