HttpWorkerRequest.GetRequestReason Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

When overridden in a derived class, returns the reason for the request.

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

abstract GetRequestReason : unit -> int
override GetRequestReason : unit -> int

Return Value

Type: System.Int32

Reason code. The default is ReasonResponseCacheMiss.

.NET Framework
Available since 1.1
Return to top
Show: