Interface IRpcServer.IContext
public interface IRpcServer.IContext
Methods
Message(byte[])
IMessage Message(byte[] body)
Parameters
body
byte[]
Returns
Message(string)
IMessage Message(string body)
Parameters
body
string
public interface IRpcServer.IContext
IMessage Message(byte[] body)
body
byte[]IMessage Message(string body)
body
string