C# Class Redu.Protocol.Markup

Show file Open project: arccoza/redu

Public Properties

Property Type Description
B byte[]>.Dictionary
BBulk byte[]
BError byte[]
BInteger byte[]
BInv MarkupType>.Dictionary
BMultiBulk byte[]
BStatus byte[]
BTerm byte[]
S string>.Dictionary
SBulk string
SError string
SInteger string
SMultiBulk string
SStatus string
STerm string

Public Methods

Method Description
Find ( IEnumerable markups, IList data, int start, int count, int &index ) : MarkupType
Find ( IList data, int start, int count, int &index ) : MarkupType
Find ( MarkupType markup, IList data, int start, int count, int &index ) : bool
Find ( byte markup, IList data, int start, int count, int &index ) : bool

Method Details

Find() public static method

public static Find ( IEnumerable markups, IList data, int start, int count, int &index ) : MarkupType
markups IEnumerable
data IList
start int
count int
index int
return MarkupType

Find() public static method

public static Find ( IList data, int start, int count, int &index ) : MarkupType
data IList
start int
count int
index int
return MarkupType

Find() public static method

public static Find ( MarkupType markup, IList data, int start, int count, int &index ) : bool
markup MarkupType
data IList
start int
count int
index int
return bool

Find() public static method

public static Find ( byte markup, IList data, int start, int count, int &index ) : bool
markup byte
data IList
start int
count int
index int
return bool

Property Details

B public static property

public static Dictionary B
return byte[]>.Dictionary

BBulk public static property

public static byte[] BBulk
return byte[]

BError public static property

public static byte[] BError
return byte[]

BInteger public static property

public static byte[] BInteger
return byte[]

BInv public static property

public static Dictionary BInv
return MarkupType>.Dictionary

BMultiBulk public static property

public static byte[] BMultiBulk
return byte[]

BStatus public static property

public static byte[] BStatus
return byte[]

BTerm public static property

public static byte[] BTerm
return byte[]

S public static property

public static Dictionary S
return string>.Dictionary

SBulk public static property

public static string SBulk
return string

SError public static property

public static string SError
return string

SInteger public static property

public static string SInteger
return string

SMultiBulk public static property

public static string SMultiBulk
return string

SStatus public static property

public static string SStatus
return string

STerm public static property

public static string STerm
return string