SIPSorcery.SIP.SIPRequestAuthenticationResult.SIPRequestAuthenticationResult C# (CSharp) Method

SIPRequestAuthenticationResult() public method

public SIPRequestAuthenticationResult ( SIPResponseStatusCodesEnum errorResponse, SIPAuthenticationHeader authenticationRequiredHeader ) : System
errorResponse SIPResponseStatusCodesEnum
authenticationRequiredHeader SIPAuthenticationHeader
return System
        public SIPRequestAuthenticationResult(SIPResponseStatusCodesEnum errorResponse, SIPAuthenticationHeader authenticationRequiredHeader)
        {
            Authenticated = false;
            ErrorResponse = errorResponse;
            AuthenticationRequiredHeader = authenticationRequiredHeader;
        }

Same methods

SIPRequestAuthenticationResult::SIPRequestAuthenticationResult ( bool isAuthenticated, bool wasAuthenticatedByIP ) : System
SIPRequestAuthenticationResult