IEwsHttpWebResponse.Close method
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.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
Syntax
'Declaration
Sub Close
'Usage
Dim instance As IEwsHttpWebResponse
instance.Close()
void Close()