TrotiNet.HttpRequestLine.UpdateRequestLine C# (CSharp) Method

UpdateRequestLine() private method

private UpdateRequestLine ( ) : void
return void
        void UpdateRequestLine()
        {
            RequestLine = Method + " " + URI + " HTTP/" + ProtocolVersion;
        }