OpenQA.Selenium.Environment.UrlBuilder.WhereIsSecure C# (CSharp) Method

WhereIsSecure() public method

public WhereIsSecure ( string page ) : string
page string
return string
        public string WhereIsSecure(string page)
        {
            return protocol + "s://" + alternateHostName + ":" + port + "/" + path + "/" + page;
        }