Method | Description | |
---|---|---|
BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Append ( byte &buffer, int count ) : void | ||
AssertOpen ( ) : void | ||
BatchStream ( Stream stream, string boundary, |
||
ClearPreviousOperationInformation ( ) : void | ||
DetectEncoding ( ) : |
||
GetBoundaryAndEncodingFromMultipartMixedContentType ( string contentType, string &boundary, |
||
GetContentStream ( ) : Stream | ||
GetResponseVersion ( ) : string | ||
GetStateBasedOnHttpMethodName ( string methodName ) : BatchStreamState | ||
GetStatusCode ( ) : HttpStatusCode | ||
MoveNext ( ) : bool | ||
ReadBuffer ( ) : bool | ||
ReadContentHeaders ( ) : void | ||
ReadDelimiter ( byte buffer, int offset, int count ) : int | ||
ReadHttpHeaders ( ) : void | ||
ReadLength ( byte buffer, int offset, int count ) : int | ||
ReadLine ( ) : string | ||
VerifyBoundary ( string boundary ) : string |
public BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |