API reference
API reference
Select your platform
No SDKs available
No versions available

IRequest Interface

Properties

WebHeaderCollection Headers[Get]
string Method[Get]
string ContentType[Get]
long ContentLength[Get]
bool SendChunked[Get]
string UserAgent[Get]
int Timeout[Get]

Member Functions

IAsyncResult BeginGetRequestStream
( AsyncCallback callback,
object state )
IAsyncResult BeginGetResponse
( AsyncCallback callback,
object state )
Returns a Stream for writing data to the Internet resource.
Parameters
asyncResult
Returns
WebResponse EndGetResponse
( IAsyncResult asyncResult )
void Abort ( )
void Dispose ( )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon