SimpleWorkerRequest.SendKnownResponseHeader Method (Int32, String)

 

Adds a standard HTTP header to the response.

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

Public Overrides Sub SendKnownResponseHeader (
	index As Integer,
	value As String
)

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: