C# Class Redu.Protocol.Markup

显示文件 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_oe static_oe property

public static Dictionary B
return byte[]>.Dictionary

BBulk public_oe static_oe property

public static byte[] BBulk
return byte[]

BError public_oe static_oe property

public static byte[] BError
return byte[]

BInteger public_oe static_oe property

public static byte[] BInteger
return byte[]

BInv public_oe static_oe property

public static Dictionary BInv
return MarkupType>.Dictionary

BMultiBulk public_oe static_oe property

public static byte[] BMultiBulk
return byte[]

BStatus public_oe static_oe property

public static byte[] BStatus
return byte[]

BTerm public_oe static_oe property

public static byte[] BTerm
return byte[]

S public_oe static_oe property

public static Dictionary S
return string>.Dictionary

SBulk public_oe static_oe property

public static string SBulk
return string

SError public_oe static_oe property

public static string SError
return string

SInteger public_oe static_oe property

public static string SInteger
return string

SMultiBulk public_oe static_oe property

public static string SMultiBulk
return string

SStatus public_oe static_oe property

public static string SStatus
return string

STerm public_oe static_oe property

public static string STerm
return string