System.Html.NavigatorInstance.SendBeacon C# (CSharp) Method

SendBeacon() public method

public SendBeacon ( string url ) : bool
url string
return bool
        public bool SendBeacon(string url)
        {
            return false;
        }

Same methods

NavigatorInstance::SendBeacon ( string url, TypeOption data ) : bool