C# Class System.Net.Cache.ForwardingReadStream.InnerAsyncResult

Inheritance: System.Net.LazyAsyncResult
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
Buffer byte[]
Count int
IsWriteCompletion bool
Offset int

Public Methods

Method Description
InnerAsyncResult ( object userState, AsyncCallback userCallback, byte buffer, int offset, int count ) : System

Method Details

InnerAsyncResult() public method

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

Property Details

Buffer public_oe property

public byte[] Buffer
return byte[]

Count public_oe property

public int Count
return int

IsWriteCompletion public_oe property

public bool IsWriteCompletion
return bool

Offset public_oe property

public int Offset
return int