ServerProtocol::Response Property

 

Gets the HttpResponse object for the derived class.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public protected:
property HttpResponse^ Response {
	HttpResponse^ get();
}

Property Value

Type: System.Web::HttpResponse^

An HttpResponse object.

.NET Framework
Available since 2.0
Return to top
Show: