DeltaDNA.HttpRequest.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
        public override string ToString()
        {
            return "HttpRequest: " + this.URL + "\n" +
                this.HTTPMethod + "\n" +
                this.HTTPBody + "\n";
        }