C# 클래스 Munin.WinNode.MessageParts

Class for parsing requests from the client.
파일 보기 프로젝트 열기: jweber/Munin.WinNode 1 사용 예제들

공개 메소드들

메소드 설명
FromString ( string input ) : MessageParts

Parses the input and returns a hydrated MessageParts object.

비공개 메소드들

메소드 설명
MessageParts ( ) : System

메소드 상세

FromString() 공개 정적인 메소드

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