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

IRequest Interface

Overview

Properties

WebHeaderCollection
Headers[Get]
string
Method[Get]
string
long
bool
string
int
Timeout[Get]

Public Member Functions

IAsyncResult
BeginGetRequestStream
( AsyncCallback callback,
object state )
IAsyncResult
BeginGetResponse
( AsyncCallback callback,
object state )
Stream
EndGetRequestStream
( IAsyncResult asyncResult )
Returns a Stream for writing data to the Internet resource.
WebResponse
EndGetResponse
( IAsyncResult asyncResult )
void
Abort ( )
void
Dispose ( )

Details

Properties

WebHeaderCollection Meta.WitAi.IRequest.Headers
No description available.
string Meta.WitAi.IRequest.Method
No description available.
string Meta.WitAi.IRequest.ContentType
No description available.
long Meta.WitAi.IRequest.ContentLength
No description available.
bool Meta.WitAi.IRequest.SendChunked
No description available.
string Meta.WitAi.IRequest.UserAgent
No description available.
int Meta.WitAi.IRequest.Timeout
No description available.

Member Functions

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