Share via


IEwsHttpWebResponse.ProtocolVersion property

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.

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

Syntax

'Declaration
ReadOnly Property ProtocolVersion As Version
    Get
'Usage
Dim instance As IEwsHttpWebResponse
Dim value As Version

value = instance.ProtocolVersion
Version ProtocolVersion { get; }

Property value

Type: System.Version
The version of the HTTP protocol that is used in the response.

See also

Reference

IEwsHttpWebResponse interface

IEwsHttpWebResponse members

Microsoft.Exchange.WebServices.Data namespace