|
IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
This is the complete list of members for PipeServer.Server, including all inherited members.
| BUFFER_SIZE | PipeServer.Server | |
| clients | PipeServer.Server | private |
| ConnectNamedPipe(SafeFileHandle hNamedPipe, IntPtr lpOverlapped) | PipeServer.Server | |
| CreateNamedPipe(String pipeName, uint dwOpenMode, uint dwPipeMode, uint nMaxInstances, uint nOutBufferSize, uint nInBufferSize, uint nDefaultTimeOut, IntPtr lpSecurityAttributes) | PipeServer.Server | |
| DUPLEX | PipeServer.Server | |
| FILE_FLAG_OVERLAPPED | PipeServer.Server | |
| ListenForClients() | PipeServer.Server | inlineprivate |
| listenThread | PipeServer.Server | private |
| MessageReceived | PipeServer.Server | |
| MessageReceivedHandler(Client client, string message) | PipeServer.Server | |
| PipeName | PipeServer.Server | |
| pipeName | PipeServer.Server | private |
| Read(object clientObj) | PipeServer.Server | inlineprivate |
| Running | PipeServer.Server | |
| running | PipeServer.Server | private |
| SendMessage(string message) | PipeServer.Server | inline |
| Server() | PipeServer.Server | inline |
| Start() | PipeServer.Server | inline |