C# Class Coinium.Core.RPC.Http.HttpRpcResponse

JsonRpc 1.0 over http request.
Show file Open project: Ziftr/CoiniumServ Class Usage Examples

Public Methods

Method Description
HttpRpcResponse ( string text, HttpListenerResponse response ) : System.Net

Method Details

HttpRpcResponse() public method

public HttpRpcResponse ( string text, HttpListenerResponse response ) : System.Net
text string
response System.Net.HttpListenerResponse
return System.Net