DataServiceClientRequestMessage.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 abstract Microsoft.OData.IODataResponseMessage GetResponse ();
abstract member GetResponse : unit -> Microsoft.OData.IODataResponseMessage
Public MustOverride Function GetResponse () As IODataResponseMessage
Returns
A System.Net.WebResponse that contains the response from the Internet resource.