Automobile.Mobile.Framework.Commands.UrlCommand.UrlCommand C# (CSharp) Method

UrlCommand() public method

public UrlCommand ( ) : System
return System
        public UrlCommand()
        {
            Mode = CommandMode.Get;
        }

Same methods

UrlCommand::UrlCommand ( string url ) : System
UrlCommand