CSharpRTMP.Core.Protocols.Rtsp.HTTPAuthHelper.ValidateAuthRequest C# (CSharp) Метод

ValidateAuthRequest() публичный статический Метод

public static ValidateAuthRequest ( string rawChallange, string rawResponse, string method, string requestUri, Variant realm ) : bool
rawChallange string
rawResponse string
method string
requestUri string
realm CSharpRTMP.Common.Variant
Результат bool
        public static bool ValidateAuthRequest(string rawChallange, string rawResponse,
        string method, string requestUri, Variant realm)
        {
            throw new System.NotImplementedException();
        }