C# Class Abstractions.Pipes.Pipe

Show file Open project: MutonUfoAI/pgina

Protected Methods

Method Description
DefaultMessageHandler ( BinaryReader reader, BinaryWriter writer, object>.Func callback ) : bool
HandlePipeConnection ( BinaryReader reader, BinaryWriter writer, object>.IDictionary initialMessage ) : void
Pipe ( string name ) : System
Pipe ( string name, Func action ) : System
Pipe ( string name, object>.Func action ) : System
WriteMessage ( BinaryWriter writer, object>.IDictionary msg ) : void

Method Details

DefaultMessageHandler() protected method

protected DefaultMessageHandler ( BinaryReader reader, BinaryWriter writer, object>.Func callback ) : bool
reader System.IO.BinaryReader
writer System.IO.BinaryWriter
callback object>.Func
return bool

HandlePipeConnection() protected method

protected HandlePipeConnection ( BinaryReader reader, BinaryWriter writer, object>.IDictionary initialMessage ) : void
reader System.IO.BinaryReader
writer System.IO.BinaryWriter
initialMessage object>.IDictionary
return void

Pipe() protected method

protected Pipe ( string name ) : System
name string
return System

Pipe() protected method

protected Pipe ( string name, Func action ) : System
name string
action Func
return System

Pipe() protected method

protected Pipe ( string name, object>.Func action ) : System
name string
action object>.Func
return System

WriteMessage() protected method

protected WriteMessage ( BinaryWriter writer, object>.IDictionary msg ) : void
writer System.IO.BinaryWriter
msg object>.IDictionary
return void