Property | Type | Description | |
---|---|---|---|
CheckAuthHeader | bool | ||
CheckComplete | void | ||
CheckResponseInBuffer | void | ||
CheckWriteOverflow | void | ||
ForceCompletion | void | ||
InternalClose | void | ||
IsNtlmAuth | bool | ||
KillBuffer | void | ||
ReadAll | void | ||
ReadCallbackWrapper | void | ||
SetHeadersAsync | bool | ||
SetHeadersAsync | void | ||
WriteAsyncCB | void | ||
WriteCallbackWrapper | void | ||
WriteRequestAsync | System.Net.SimpleAsyncResult | ||
WriteRequestAsync | bool |
Method | Description | |
---|---|---|
BeginRead ( byte buffer, int offset, int size, AsyncCallback cb, object state ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int size, AsyncCallback cb, object state ) : IAsyncResult | ||
Close ( ) : void | ||
EndRead ( IAsyncResult r ) : int | ||
EndWrite ( IAsyncResult r ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int size ) : int | ||
Seek ( long a, SeekOrigin b ) : long | ||
SetLength ( long a ) : void | ||
WebConnectionStream ( |
||
WebConnectionStream ( |
||
Write ( byte buffer, int offset, int size ) : void |
Method | Description | |
---|---|---|
CheckAuthHeader ( string headerName ) : bool | ||
CheckComplete ( ) : void | ||
CheckResponseInBuffer ( ) : void | ||
CheckWriteOverflow ( long contentLength, long totalWritten, long size ) : void | ||
ForceCompletion ( ) : void | ||
InternalClose ( ) : void | ||
IsNtlmAuth ( ) : bool | ||
KillBuffer ( ) : void | ||
ReadAll ( ) : void | ||
ReadCallbackWrapper ( IAsyncResult r ) : void | ||
SetHeadersAsync ( System.Net.SimpleAsyncResult result, bool setInternalLength ) : bool | ||
SetHeadersAsync ( bool setInternalLength, SimpleAsyncCallback callback ) : void | ||
WriteAsyncCB ( IAsyncResult r ) : void | ||
WriteCallbackWrapper ( IAsyncResult r ) : void | ||
WriteRequestAsync ( SimpleAsyncCallback callback ) : System.Net.SimpleAsyncResult | ||
WriteRequestAsync ( System.Net.SimpleAsyncResult result ) : bool |
public BeginRead ( byte buffer, int offset, int size, AsyncCallback cb, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
cb | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int size, AsyncCallback cb, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
cb | AsyncCallback | |
state | object | |
return | IAsyncResult |
public Read ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
return | int |
public WebConnectionStream ( |
||
cnc | ||
request | ||
return | System.IO |
public WebConnectionStream ( |
||
cnc | ||
data | System.Net.WebConnectionData | |
return | System.IO |
public Write ( byte buffer, int offset, int size ) : void | ||
buffer | byte | |
offset | int | |
size | int | |
return | void |