C# Class Munin.WinNode.MessageParts

Class for parsing requests from the client.
Datei anzeigen Open project: jweber/Munin.WinNode Class Usage Examples

Public Methods

Method Description
FromString ( string input ) : MessageParts

Parses the input and returns a hydrated MessageParts object.

Private Methods

Method Description
MessageParts ( ) : System

Method Details

FromString() public static method

Parses the input and returns a hydrated MessageParts object.
public static FromString ( string input ) : MessageParts
input string The input.
return MessageParts