Property | Type | Description | |
---|---|---|---|
AddRange | bool | ||
CheckAbort | void | ||
DateToString | string | ||
GetDateHeaderHelper | DateTime | ||
GetRequestStreamTask | Task |
||
HttpWebRequest | |||
HttpWebRequest | System.Diagnostics | ||
HttpWebRequest | System.Diagnostics | ||
ISerializable | void | ||
InternalGetRequestStream | Task |
||
IsWellKnownContentHeader | bool | ||
SendRequest | Task |
||
SetDateHeaderHelper | void | ||
SetSpecialHeaders | void | ||
StringToDate | DateTime |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
AddRange ( int range ) : void | ||
AddRange ( int from, int to ) : void | ||
AddRange ( long range ) : void | ||
AddRange ( long from, long to ) : void | ||
AddRange ( string rangeSpecifier, int range ) : void | ||
AddRange ( string rangeSpecifier, int from, int to ) : void | ||
AddRange ( string rangeSpecifier, long range ) : void | ||
AddRange ( string rangeSpecifier, long from, long to ) : void | ||
BeginGetRequestStream ( AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginGetRequestStream ( System callback, object state ) : System.IAsyncResult | ||
BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult | ||
BeginGetResponse ( System callback, object state ) : System.IAsyncResult | ||
EndGetRequestStream ( IAsyncResult asyncResult ) : Stream | ||
EndGetRequestStream ( IAsyncResult asyncResult, TransportContext &context ) : Stream | ||
EndGetRequestStream ( System asyncResult ) : System.IO.Stream | ||
EndGetRequestStream ( System asyncResult, System &context ) : System.IO.Stream | ||
EndGetResponse ( System asyncResult ) : System.Net.WebResponse | ||
EndGetResponse ( IAsyncResult asyncResult ) : WebResponse | ||
GetRequestStream ( ) : Stream | ||
GetRequestStream ( TransportContext &context ) : Stream | ||
GetRequestStream ( ) : System.IO.Stream | ||
GetRequestStream ( TransportContext &context ) : System.IO.Stream | ||
GetResponse ( ) : System.Net.WebResponse | ||
GetResponse ( ) : WebResponse | ||
HttpWebRequest ( ) : System.Diagnostics |
Method | Description | |
---|---|---|
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void |
Method | Description | |
---|---|---|
AddRange ( string rangeSpecifier, string from, string to ) : bool | ||
CheckAbort ( ) : void | ||
DateToString ( DateTime D ) : string | ||
GetDateHeaderHelper ( string headerName ) : DateTime | ||
GetRequestStreamTask ( ) : Task |
||
HttpWebRequest ( ) | ||
HttpWebRequest ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics | ||
HttpWebRequest ( Uri uri ) : System.Diagnostics | ||
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
InternalGetRequestStream ( ) : Task |
||
IsWellKnownContentHeader ( string header ) : bool | ||
SendRequest ( ) : Task |
||
SetDateHeaderHelper ( string headerName, DateTime dateTime ) : void | ||
SetSpecialHeaders ( string HeaderName, string value ) : void | ||
StringToDate ( String S ) : DateTime |
public AddRange ( long from, long to ) : void | ||
from | long | |
to | long | |
return | void |
public AddRange ( string rangeSpecifier, int range ) : void | ||
rangeSpecifier | string | |
range | int | |
return | void |
public AddRange ( string rangeSpecifier, int from, int to ) : void | ||
rangeSpecifier | string | |
from | int | |
to | int | |
return | void |
public AddRange ( string rangeSpecifier, long range ) : void | ||
rangeSpecifier | string | |
range | long | |
return | void |
public AddRange ( string rangeSpecifier, long from, long to ) : void | ||
rangeSpecifier | string | |
from | long | |
to | long | |
return | void |
public BeginGetRequestStream ( AsyncCallback callback, Object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginGetRequestStream ( System callback, object state ) : System.IAsyncResult | ||
callback | System | |
state | object | |
return | System.IAsyncResult |
public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginGetResponse ( System callback, object state ) : System.IAsyncResult | ||
callback | System | |
state | object | |
return | System.IAsyncResult |
public EndGetRequestStream ( IAsyncResult asyncResult ) : Stream | ||
asyncResult | IAsyncResult | |
return | Stream |
public EndGetRequestStream ( IAsyncResult asyncResult, TransportContext &context ) : Stream | ||
asyncResult | IAsyncResult | |
context | TransportContext | |
return | Stream |
public EndGetRequestStream ( System asyncResult ) : System.IO.Stream | ||
asyncResult | System | |
return | System.IO.Stream |
public EndGetRequestStream ( System asyncResult, System &context ) : System.IO.Stream | ||
asyncResult | System | |
context | System | |
return | System.IO.Stream |
public EndGetResponse ( System asyncResult ) : System.Net.WebResponse | ||
asyncResult | System | |
return | System.Net.WebResponse |
public EndGetResponse ( IAsyncResult asyncResult ) : WebResponse | ||
asyncResult | IAsyncResult | |
return | WebResponse |
protected GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
return | void |
public GetRequestStream ( TransportContext &context ) : Stream | ||
context | TransportContext | |
return | Stream |
public GetRequestStream ( ) : System.IO.Stream | ||
return | System.IO.Stream |
public GetRequestStream ( TransportContext &context ) : System.IO.Stream | ||
context | TransportContext | |
return | System.IO.Stream |
public GetResponse ( ) : System.Net.WebResponse | ||
return | System.Net.WebResponse |
public HttpWebRequest ( ) : System.Diagnostics | ||
return | System.Diagnostics |