Share via


IEwsHttpWebResponse members

Defines an interface to encapsulate an HTTP web response.

The IEwsHttpWebResponse interface is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.

The following tables list the members exposed by the IEwsHttpWebResponse type.

Properties

  Name Description
Public property ContentEncoding Gets the method that is used to encode the body of the response. The ContentEncoding property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Public property ContentType Gets the Multipurpose Internet Mail Extensions (MIME) protocol ContentType header. The ContentType property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Public property Headers Gets the Internet message headers that are associated with this response from the server. The Headers property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Public property ProtocolVersion Gets the version of the HTTP protocol that is used in the response. The ProtocolVersion property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Public property ResponseUri Gets the Uniform Resource Identifier (URI) of the Internet resource that responded to the request. The ResponseUri property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Public property StatusCode Gets the HTTP status code of the response. The StatusCode property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Public property StatusDescription Gets the description of the HTTP status code returned with the response. The StatusDescription property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.

Top

Methods

  Name Description
Public method Close Closes the stream that is used to read the body of the response from the server.. The Close() method is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Public method Dispose (inherited from IDisposable)
Public method GetResponseStream Gets the stream that is used to read the body of the response from the server. The GetResponseStream() method is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.

Top

See also

Reference

IEwsHttpWebResponse interface

Microsoft.Exchange.WebServices.Data namespace