Click or drag to resize
RequestReceivedEventArgsIsInternetRequest Property
Gets a value indicating whether the request originated from the Internet.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsInternetRequest { get; }

Property Value

Type: Boolean
Remarks
This takes into account reverse proxies when determining whether the request came from the Internet.
See Also