RequestReceivedEventArgsIsAndroid Property |
Gets a value indicating that the request probably came from an Android device.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsAndroid { get; }
Public ReadOnly Property IsAndroid As Boolean
Get
public:
property bool IsAndroid {
bool get ();
}
member IsAndroid : bool with get
Property Value
Type:
BooleanSee Also