HttpWorkerRequest::SendKnownResponseHeader Method (Int32, String^)

 

Adds a standard HTTP header to the response.

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

public:
virtual void SendKnownResponseHeader(
	int index,
	String^ value
) abstract

Parameters

index
Type: System::Int32

The header index. For example, HeaderContentLength.

value
Type: System::String^

The value of the header.

.NET Framework
Available since 1.1
Return to top
Show: