Method |
Description |
|
BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult |
|
|
BeginReadWithoutValidation ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult |
|
|
BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult |
|
|
CallDone ( ) : void |
|
|
CallDone ( ConnectionReturnResult returnResult ) : void |
|
|
CloseInternal ( bool internalCall ) : void |
|
|
CloseInternal ( bool internalCall, bool aborting ) : void |
|
|
DrainSocket ( ) : bool |
|
|
EnableWriteBuffering ( ) : void |
|
|
EndReadWithoutValidation ( int bytesTransferred, bool zeroLengthRead ) : int |
|
|
ErrorResponseNotify ( bool isKeepAlive ) : void |
|
|
ExchangeCallNesting ( int value, int comparand ) : int |
|
|
FatalResponseNotify ( ) : void |
|
|
FillFromBufferedData ( byte buffer, int &offset, int &size ) : int |
|
|
GetChunkHeader ( int size, int &offset ) : byte[] |
|
|
ICloseEx ( CloseExState closeState ) : void |
|
|
IOError ( Exception exception ) : void |
|
|
IOError ( Exception exception, bool willThrow ) : void |
|
|
InternalRead ( byte buffer, int offset, int size ) : int |
|
|
InternalWrite ( bool async, byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult |
|
|
PollAndRead ( bool userRetrievedStream ) : void |
|
|
ProcessReadChunkedSize ( StreamChunkBytes ReadByteBuffer ) : int |
|
|
ProcessWriteCallDone ( ConnectionReturnResult returnResult ) : void |
|
|
ProcessWriteCallback ( IAsyncResult asyncResult, LazyAsyncResult userResult ) : void |
|
|
ReadCRLF ( byte buffer ) : int |
|
|
ReadCallback ( IAsyncResult asyncResult ) : void |
|
|
ReadChunkedCallback ( object state ) : void |
|
|
ReadChunkedSync ( byte buffer, int offset, int size ) : int |
|
|
ReadSingleByte ( ) : int |
|
|
ReadWithoutValidation ( [ buffer, int offset, int size, bool abortOnError ) : int |
|
|
ReadWithoutValidation ( byte buffer, int offset, int size ) : int |
|
|
RemoveTrailers ( StreamChunkBytes ReadByteBuffer ) : void |
|
|
ResubmitWrite ( ConnectStream oldStream, bool suppressWrite ) : void |
|
|
ResumeClose_Part2 ( LazyAsyncResult userResult ) : void |
|
|
ResumeClose_Part2_Wrapper ( IAsyncResult ar ) : void |
|
|
ResumeInternalClose ( LazyAsyncResult userResult ) : void |
|
|
SafeSetSocketTimeout ( SocketShutdown mode ) : void |
|
|
SwitchToContentLength ( ) : void |
|
|
WriteCallback ( IAsyncResult asyncResult ) : void |
|
|
WriteHeaders ( bool async ) : void |
|
|
WriteHeadersCallback ( IAsyncResult ar ) : void |
|
|