HttpClientRequestMessage.GetResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a response from an Internet resource.
public override Microsoft.OData.IODataResponseMessage GetResponse ();
override this.GetResponse : unit -> Microsoft.OData.IODataResponseMessage
Public Overrides Function GetResponse () As IODataResponseMessage
Returns
A System.Net.HttpResponseMessage that contains the response from the Internet resource.