exo_jcr.webdav.csclient.Request.DavContext.getContextHref C# (CSharp) Method

getContextHref() public method

public getContextHref ( ) : String
return String
        public String getContextHref()
        {
            String serverPort = (port == 80) ? "" : ":" + port.ToString();
            return "http://" + host + serverPort + servletPath;
        }