Method | Description | |
---|---|---|
AtBoundary ( byte boundary, int maximum ) : bool? | ||
BeginRead ( Stream stream, AsyncCallback callback, object state ) : void | ||
CopyToStream ( Stream stream, int maximum, byte boundary ) : bool | ||
CopyToStream ( Stream stream, int maximum ) : void | ||
EndRead ( Stream stream, IAsyncResult asyncResult ) : void | ||
HttpReadBuffer ( int size ) : System | ||
ReadLine ( ) : string | ||
Reset ( ) : void |
public AtBoundary ( byte boundary, int maximum ) : bool? | ||
boundary | byte | |
maximum | int | |
return | bool? |
public BeginRead ( Stream stream, AsyncCallback callback, object state ) : void | ||
stream | Stream | |
callback | AsyncCallback | |
state | object | |
return | void |
public CopyToStream ( Stream stream, int maximum, byte boundary ) : bool | ||
stream | Stream | |
maximum | int | |
boundary | byte | |
return | bool |
public CopyToStream ( Stream stream, int maximum ) : void | ||
stream | Stream | |
maximum | int | |
return | void |
public EndRead ( Stream stream, IAsyncResult asyncResult ) : void | ||
stream | Stream | |
asyncResult | IAsyncResult | |
return | void |