C# 클래스 Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse

파일 보기 프로젝트 열기: couchbaselabs/EnyimMemcached 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CAS ulong
CorrelationId int
Data ArraySegment
DataType byte
Extra ArraySegment
KeyLength int
Opcode byte
StatusCode int

공개 메소드들

메소드 설명
GetStatusMessage ( ) : string
Read ( PooledSocket socket ) : bool

메소드 상세

GetStatusMessage() 공개 메소드

public GetStatusMessage ( ) : string
리턴 string

Read() 공개 메소드

public Read ( PooledSocket socket ) : bool
socket PooledSocket
리턴 bool

프로퍼티 상세

CAS 공개적으로 프로퍼티

public ulong CAS
리턴 ulong

CorrelationId 공개적으로 프로퍼티

public int CorrelationId
리턴 int

Data 공개적으로 프로퍼티

public ArraySegment Data
리턴 ArraySegment

DataType 공개적으로 프로퍼티

public byte DataType
리턴 byte

Extra 공개적으로 프로퍼티

public ArraySegment Extra
리턴 ArraySegment

KeyLength 공개적으로 프로퍼티

public int KeyLength
리턴 int

Opcode 공개적으로 프로퍼티

public byte Opcode
리턴 byte

StatusCode 공개적으로 프로퍼티

public int StatusCode
리턴 int