WebResponseObject.BaseResponse Property

Definition

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

Property Value

Applies to