Share via


IEwsHttpWebResponse.ResponseUri property

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.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

Syntax

'Declaration
ReadOnly Property ResponseUri As Uri
    Get
'Usage
Dim instance As IEwsHttpWebResponse
Dim value As Uri

value = instance.ResponseUri
Uri ResponseUri { get; }

Property value

Type: System.Uri
The URI of the Internet resource that responded to the request.

See also

Reference

IEwsHttpWebResponse interface

IEwsHttpWebResponse members

Microsoft.Exchange.WebServices.Data namespace