C# Class TestApp.ServerMsgSet

Show file Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Private Properties

Property Type Description
FromStringNonTransparent ServerMsgSet
FromStringOctetCounting ServerMsgSet
ServerMsgSet System.Linq

Public Methods

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

Private Methods

Method Description
FromStringNonTransparent ( string s, ServerMsgSet serverMsgSet ) : ServerMsgSet
FromStringOctetCounting ( string s, ServerMsgSet serverMsgSet ) : ServerMsgSet
ServerMsgSet ( ) : System.Linq

Method Details

FromStringAndFraming() public static method

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

IsValid() public method

public IsValid ( string message, FramingMethod framing ) : bool
message string
framing FramingMethod
return bool

this() public method

public this ( int index ) : string
index int
return string