INativePipeServer
Overview
The INativePipeServer interface represents a generic connection that can be represented as a read-write Stream.
Instances implementing this interface are created by concrete INativePipeServices implementations and are used by the NamedPipeServerChannel class to represent incoming client connections.
For internal use only.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Native
- Ancestry: IDisposable | INativePipeServer
Required Methods
Accept
Accepts an incoming connection and represents it as a Stream.
method Accept: Stream
Stream Accept()
Function Accept() As Stream
Close
Closes the current connection.
method Close
void Close()
Sub Close()