SimpleWorkerRequest.SendKnownResponseHeader Method (Int32, String)

 

Adds a standard HTTP header to the response.

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

override SendKnownResponseHeader : 
        index:int *
        value:string -> unit

Parameters

index
Type: System.Int32

The header index. For example, HeaderContentLength.

value
Type: System.String

The header value.

.NET Framework
Available since 1.1
Return to top
Show: