System::Net::Http Namespace Reference

Namespaces

 Headers
 

Classes

class  ByteArrayContent
 
class  Details_HttpRequestException
 
class  HttpClient
 
class  HttpClientHandler
 
class  HttpContent
 
class  HttpMessageHandler
 
class  HttpMessageInvoker
 
class  HttpMethod
 
class  HttpRequestMessage
 
class  HttpResponseMessage
 
class  HttpUtilities
 Contains the utility methods. More...
 
class  StringContent
 

Typedefs

using HttpRequestException = System::ExceptionWrapper< Details_HttpRequestException >
 

Enumerations

enum  HttpCompletionOption { HttpCompletionOption::ResponseContentRead = 0, HttpCompletionOption::ResponseHeadersRead }
 Indicates when an HttpClient operation should be completed. More...
 
enum  HttpParseResult { HttpParseResult::Parsed, HttpParseResult::NotParsed, HttpParseResult::InvalidFormat }
 Indicates the parsing result. More...
 

Functions

bool operator== (System::SharedPtr< HttpMethod > left, System::SharedPtr< HttpMethod > right)
 
bool operator!= (System::SharedPtr< HttpMethod > left, System::SharedPtr< HttpMethod > right)
 

Typedef Documentation

◆ HttpRequestException

using System::Net::Http::HttpRequestException = typedef System::ExceptionWrapper<Details_HttpRequestException>

Enumeration Type Documentation

◆ HttpCompletionOption

Indicates when an HttpClient operation should be completed.

Enumerator
ResponseContentRead 

The operation should be complete after reading response content.

ResponseHeadersRead 

The operation should be complete after reading headers of a response.

◆ HttpParseResult

Indicates the parsing result.

Enumerator
Parsed 

The parsing is successfully done.

NotParsed 

The string to parse starts with an invalid character.

InvalidFormat 

The string to parse has an invalid format.

Function Documentation

◆ operator!=()

bool System::Net::Http::operator!= ( System::SharedPtr< HttpMethod left,
System::SharedPtr< HttpMethod right 
)

◆ operator==()

bool System::Net::Http::operator== ( System::SharedPtr< HttpMethod left,
System::SharedPtr< HttpMethod right 
)