HttpWorkerRequest::SendUnknownResponseHeader Method (String^, String^)

 

Adds a nonstandard HTTP header to the response.

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

public:
virtual void SendUnknownResponseHeader(
	String^ name,
	String^ value
) abstract

Parameters

name
Type: System::String^

The name of the header to send.

value
Type: System::String^

The value of the header.

.NET Framework
Available since 1.1
Return to top
Show: