Server<(Of <(<'TRead, TWrite>)>)> Constructor
Constructs a new NamedPipeServer object that listens for client connections on the given pipeName.
Namespace:
Devesprit.Scripter.IPC.PipeAssembly: Devesprit Scripter (in Devesprit Scripter.dll)
Syntax
public Server( string pipeName, PipeSecurity pipeSecurity )
Public Sub New ( _ pipeName As String, _ pipeSecurity As PipeSecurity _ )
public: Server( String^ pipeName, PipeSecurity^ pipeSecurity )