C# Class Munin.WinNode.MessageParts

Class for parsing requests from the client.
Afficher le fichier Open project: jweber/Munin.WinNode Class Usage Examples

Méthodes publiques

Méthode Description
FromString ( string input ) : MessageParts

Parses the input and returns a hydrated MessageParts object.

Private Methods

Méthode Description
MessageParts ( ) : System

Method Details

FromString() public static méthode

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