ParseRPC Method

MCManager API

[Missing <summary> documentation for "M:Moxiecode.Manager.Utils.JSON.ParseRPC(System.IO.TextReader)"]

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public static JSONRpcCall ParseRPC(
	TextReader reader
)
Visual Basic (Declaration)
Public Shared Function ParseRPC ( _
	reader As TextReader _
) As JSONRpcCall
Visual C++
public:
static JSONRpcCall^ ParseRPC(
	TextReader^ reader
)

Parameters

reader
Type: System.IO..::.TextReader

[Missing <param name="reader"/> documentation for "M:Moxiecode.Manager.Utils.JSON.ParseRPC(System.IO.TextReader)"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.Manager.Utils.JSON.ParseRPC(System.IO.TextReader)"]

See Also