Share via


HttpPropertyKeys.IsLocalKey Field

Provides a key that indicates whether the request originates from a local address.

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

Syntax

'Declaration
Public Shared ReadOnly IsLocalKey As String
'Usage
Dim value As String 

value = HttpPropertyKeys.IsLocalKey
public static readonly string IsLocalKey
public:
static initonly String^ IsLocalKey
static val IsLocalKey: string
public static final var IsLocalKey : String

See Also

Reference

HttpPropertyKeys Class

System.Web.Http.Hosting Namespace