C# Class Framework.Pipes.IPCClientBase

Inheritance: IDisposable
Afficher le fichier Open project: Arctium-Emulation/Project-WoW Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Process ( ) : void
ProcessPacket ( byte ipcMessage, Stream ipcDataStream ) : System.Threading.Tasks.Task
Send ( IPCPacket ipcPacket ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
IPCClientBase ( string pipeServer, string pipeName ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IPCClientBase() protected méthode

protected IPCClientBase ( string pipeServer, string pipeName ) : System
pipeServer string
pipeName string
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void

ProcessPacket() public abstract méthode

public abstract ProcessPacket ( byte ipcMessage, Stream ipcDataStream ) : System.Threading.Tasks.Task
ipcMessage byte
ipcDataStream Stream
Résultat System.Threading.Tasks.Task

Send() public méthode

public Send ( IPCPacket ipcPacket ) : System.Threading.Tasks.Task
ipcPacket IPCPacket
Résultat System.Threading.Tasks.Task