You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PipeServer.GetClientArgs() returns a prepared command line argument string
PipeClient empty constructor automatically parses the command line arguments to get the pipe handles when used in combination with PipeServer.GetClientArgs()
Moved receive action parameter from PipeServer and PipeClient constructors into Receive and ReceiveAsync for better usability
Send method also accepts Stream, maximum supported length is Int64.MaxValue