public bool SessionMessage(Who sender, Org.Apache.Etch.Bindings.Csharp.Msg.Message msg) { this.what = What.SESSION_MESSAGE; this.sender = sender; this.msg = msg; return(handled); }
public void TransportMessage(Who recipient, Org.Apache.Etch.Bindings.Csharp.Msg.Message msg) { this.what = What.TRANSPORT_MESSAGE; this.recipient = recipient; this.msg = msg; }