C# 클래스 TestApp.ServerMsgSet

파일 보기 프로젝트 열기: graffen/NLog.Targets.Syslog 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FromStringNonTransparent ServerMsgSet
FromStringOctetCounting ServerMsgSet
ServerMsgSet System.Linq

공개 메소드들

메소드 설명
FromStringAndFraming ( string s, FramingMethod framing ) : ServerMsgSet
IsValid ( string message, FramingMethod framing ) : bool
this ( int index ) : string

비공개 메소드들

메소드 설명
FromStringNonTransparent ( string s, ServerMsgSet serverMsgSet ) : ServerMsgSet
FromStringOctetCounting ( string s, ServerMsgSet serverMsgSet ) : ServerMsgSet
ServerMsgSet ( ) : System.Linq

메소드 상세

FromStringAndFraming() 공개 정적인 메소드

public static FromStringAndFraming ( string s, FramingMethod framing ) : ServerMsgSet
s string
framing FramingMethod
리턴 ServerMsgSet

IsValid() 공개 메소드

public IsValid ( string message, FramingMethod framing ) : bool
message string
framing FramingMethod
리턴 bool

this() 공개 메소드

public this ( int index ) : string
index int
리턴 string