Automobile.Mobile.Android.Automation.AndroidWebClient.AndroidWebClient C# (CSharp) Method

AndroidWebClient() public method

public AndroidWebClient ( ) : System.Threading
return System.Threading
        public AndroidWebClient()
        {
            LoadTrigger = new EventWaitHandle(true, EventResetMode.ManualReset);
            _set = true;
        }