C# 클래스 Redu.Protocol.Markup

파일 보기 프로젝트 열기: arccoza/redu

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Find() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

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

프로퍼티 상세

B 공개적으로 정적으로 프로퍼티

public static Dictionary B
리턴 byte[]>.Dictionary

BBulk 공개적으로 정적으로 프로퍼티

public static byte[] BBulk
리턴 byte[]

BError 공개적으로 정적으로 프로퍼티

public static byte[] BError
리턴 byte[]

BInteger 공개적으로 정적으로 프로퍼티

public static byte[] BInteger
리턴 byte[]

BInv 공개적으로 정적으로 프로퍼티

public static Dictionary BInv
리턴 MarkupType>.Dictionary

BMultiBulk 공개적으로 정적으로 프로퍼티

public static byte[] BMultiBulk
리턴 byte[]

BStatus 공개적으로 정적으로 프로퍼티

public static byte[] BStatus
리턴 byte[]

BTerm 공개적으로 정적으로 프로퍼티

public static byte[] BTerm
리턴 byte[]

S 공개적으로 정적으로 프로퍼티

public static Dictionary S
리턴 string>.Dictionary

SBulk 공개적으로 정적으로 프로퍼티

public static string SBulk
리턴 string

SError 공개적으로 정적으로 프로퍼티

public static string SError
리턴 string

SInteger 공개적으로 정적으로 프로퍼티

public static string SInteger
리턴 string

SMultiBulk 공개적으로 정적으로 프로퍼티

public static string SMultiBulk
리턴 string

SStatus 공개적으로 정적으로 프로퍼티

public static string SStatus
리턴 string

STerm 공개적으로 정적으로 프로퍼티

public static string STerm
리턴 string