Nandaka.Common.ExtendedWebClient.DownloadString C# (CSharp) Method

DownloadString() public method

public DownloadString ( string address ) : string
address string
return string
        public new string DownloadString(string address)
        {
            return base.DownloadString(CreateUri(address));
        }