WebResponseObject.BaseResponse Property
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.
Gets or sets the BaseResponse property.
public:
property System::Net::Http::HttpResponseMessage ^ BaseResponse { System::Net::Http::HttpResponseMessage ^ get(); void set(System::Net::Http::HttpResponseMessage ^ value); };
public System.Net.WebResponse BaseResponse { get; set; }
public System.Net.Http.HttpResponseMessage BaseResponse { get; set; }
member this.BaseResponse : System.Net.WebResponse with get, set
member this.BaseResponse : System.Net.Http.HttpResponseMessage with get, set
Public Property BaseResponse As WebResponse
Public Property BaseResponse As HttpResponseMessage