C# (CSharp) Smartsheet.Api.Internal.Http Namespace

Classes

Name Description
DefaultHttpClient This is the RestSharp based HttpClient implementation. Thread Safety: This class is thread safe because it is immutable and the underlying http client is thread safe.
HttpClientException This is the exception throw by HttpClient To indicate errors occurred during HTTP operation. Thread safety: Exceptions are not thread safe.
HttpEntity This class represents an HTTP Entity (http://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html). Thread Safety: This class is not thread safe since it's mutable.
HttpMessage This is the base class of HTTP messages, it holds Headers and an HttpEntity. Thread Safety: This class is not thread safe since it's mutable.
HttpRequest This class represents an HTTP request. Thread Safety: This class is not thread safe since it's mutable.
HttpResponse This class represents an HTTP response. Thread Safety: This class is not thread safe since it's mutable.