HttpWorkerRequest.SendKnownResponseHeader Method
.NET Framework 3.0
Adds a standard HTTP header to the response.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public abstract void SendKnownResponseHeader ( int index, String value )
public abstract function SendKnownResponseHeader ( index : int, value : String )
Not applicable.
Parameters
- index
The header index. For example, HeaderContentLength.
- value
The value of the header.
Community Additions
ADD
Show: