TrotiNet.HttpRequestLine.UpdateRequestLine C# (CSharp) Méthode

UpdateRequestLine() private méthode

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