WebHeaderCollection | Headers[Get] |
string | Method[Get] |
string | ContentType[Get] |
long | ContentLength[Get] |
bool | SendChunked[Get] |
string | UserAgent[Get] |
int | Timeout[Get] |
IAsyncResult | |
IAsyncResult | |
Stream | EndGetRequestStream ( IAsyncResult asyncResult ) Returns a Stream for writing data to the Internet resource. |
WebResponse | EndGetResponse ( IAsyncResult asyncResult ) |
void | Abort ( ) |
void | Dispose ( ) |
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.
|
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.
|