named-pipe-wrapper icon indicating copy to clipboard operation
named-pipe-wrapper copied to clipboard

Connect over network, through IP.

Open vdlight opened this issue 7 years ago • 0 comments

To connect between client and server, works perfect if it is on the same machine. server = new NamedPipeServer("named_pipe_test_server"); client = new NamedPipeClient("named_pipe_test_server");

How is the syntax for connecting over network, through IP? like "//192.168.100.1//namedPipeTestServer" or ??

vdlight avatar Jan 09 '18 08:01 vdlight