Property | Type | Description | |
---|---|---|---|
CheckAndMarkAsyncGetRequestStreamPending | void | ||
CheckAndMarkAsyncGetResponsePending | void | ||
CreateRequestAbortedException | |||
CreateResponse | |||
CreateWriteStream | System.Stream | ||
FileWebRequest | |||
FileWebRequest | |||
FileWebRequest | System.IO | ||
FileWebRequest | System.IO | ||
ISerializable | void | ||
System | void | ||
UnblockReader | void |
Method | Description | |
---|---|---|
Abort ( ) : 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 ) : System.Stream | ||
EndGetRequestStream ( System asyncResult ) : System.IO.Stream | ||
EndGetResponse ( System asyncResult ) : System.Net.WebResponse | ||
EndGetResponse ( IAsyncResult asyncResult ) : |
||
GetRequestStream ( ) : System.Stream | ||
GetRequestStream ( ) : System.IO.Stream | ||
GetRequestStreamAsync ( ) : Task |
||
GetResponse ( ) : System.Net.WebResponse | ||
GetResponse ( ) : |
||
GetResponseAsync ( ) : Task |
Method | Description | |
---|---|---|
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
GetObjectData ( System serializationInfo, System streamingContext ) : void |
Method | Description | |
---|---|---|
CheckAndMarkAsyncGetRequestStreamPending ( ) : void | ||
CheckAndMarkAsyncGetResponsePending ( ) : void | ||
CreateRequestAbortedException ( ) : |
||
CreateResponse ( ) : |
||
CreateWriteStream ( ) : System.Stream | ||
FileWebRequest ( ) | ||
FileWebRequest ( System serializationInfo, System streamingContext ) | ||
FileWebRequest ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.IO | ||
FileWebRequest ( |
||
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
System ( System serializationInfo, System streamingContext ) : void | ||
UnblockReader ( ) : 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 ) : System.Stream | ||
asyncResult | IAsyncResult | |
return | System.Stream |
public EndGetRequestStream ( System asyncResult ) : System.IO.Stream | ||
asyncResult | System | |
return | System.IO.Stream |
public EndGetResponse ( System asyncResult ) : System.Net.WebResponse | ||
asyncResult | System | |
return | System.Net.WebResponse |
public EndGetResponse ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
return |
protected GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
return | void |
protected GetObjectData ( System serializationInfo, System streamingContext ) : void | ||
serializationInfo | System | |
streamingContext | System | |
return | void |
public GetRequestStream ( ) : System.IO.Stream | ||
return | System.IO.Stream |
public GetResponse ( ) : System.Net.WebResponse | ||
return | System.Net.WebResponse |