RequestReceivedEventArgsIsInternetRequest Property |
Gets a value indicating whether the request originated from the Internet.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsInternetRequest { get; }
Public ReadOnly Property IsInternetRequest As Boolean
Get
public:
property bool IsInternetRequest {
bool get ();
}
member IsInternetRequest : bool with get
Property Value
Type:
BooleanRemarks
This takes into account reverse proxies when determining whether the request came from the Internet.
See Also