C# 클래스 System.Net.Cache.CombinedReadStream.InnerAsyncResult

상속: System.Net.LazyAsyncResult
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 프로퍼티들

프로퍼티 타입 설명
Buffer byte[]
Count int
Offset int

공개 메소드들

메소드 설명
InnerAsyncResult ( object userState, AsyncCallback userCallback, byte buffer, int offset, int count ) : System

메소드 상세

InnerAsyncResult() 공개 메소드

public InnerAsyncResult ( object userState, AsyncCallback userCallback, byte buffer, int offset, int count ) : System
userState object
userCallback AsyncCallback
buffer byte
offset int
count int
리턴 System

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public byte[] Buffer
리턴 byte[]

Count 공개적으로 프로퍼티

public int Count
리턴 int

Offset 공개적으로 프로퍼티

public int Offset
리턴 int