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