C# Class TestApp.ServerMsgSet

Afficher le fichier Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Private Properties

Свойство Type Description
FromStringNonTransparent ServerMsgSet
FromStringOctetCounting ServerMsgSet
ServerMsgSet System.Linq

Méthodes publiques

Méthode Description
FromStringAndFraming ( string s, FramingMethod framing ) : ServerMsgSet
IsValid ( string message, FramingMethod framing ) : bool
this ( int index ) : string

Private Methods

Méthode Description
FromStringNonTransparent ( string s, ServerMsgSet serverMsgSet ) : ServerMsgSet
FromStringOctetCounting ( string s, ServerMsgSet serverMsgSet ) : ServerMsgSet
ServerMsgSet ( ) : System.Linq

Method Details

FromStringAndFraming() public static méthode

public static FromStringAndFraming ( string s, FramingMethod framing ) : ServerMsgSet
s string
framing FramingMethod
Résultat ServerMsgSet

IsValid() public méthode

public IsValid ( string message, FramingMethod framing ) : bool
message string
framing FramingMethod
Résultat bool

this() public méthode

public this ( int index ) : string
index int
Résultat string