System.Html.NavigatorInstance.SendBeacon C# (CSharp) Méthode

SendBeacon() public méthode

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

Same methods

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