C# 클래스 SIPSorcery.SIP.SIPRequestAuthenticationResult

파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 프로퍼티들

프로퍼티 타입 설명
Authenticated bool
AuthenticationRequiredHeader SIPAuthenticationHeader
ErrorResponse SIPResponseStatusCodesEnum
WasAuthenticatedByIP bool

공개 메소드들

메소드 설명
SIPRequestAuthenticationResult ( SIPResponseStatusCodesEnum errorResponse, SIPAuthenticationHeader authenticationRequiredHeader ) : System
SIPRequestAuthenticationResult ( bool isAuthenticated, bool wasAuthenticatedByIP ) : System

메소드 상세

SIPRequestAuthenticationResult() 공개 메소드

public SIPRequestAuthenticationResult ( SIPResponseStatusCodesEnum errorResponse, SIPAuthenticationHeader authenticationRequiredHeader ) : System
errorResponse SIPResponseStatusCodesEnum
authenticationRequiredHeader SIPAuthenticationHeader
리턴 System

SIPRequestAuthenticationResult() 공개 메소드

public SIPRequestAuthenticationResult ( bool isAuthenticated, bool wasAuthenticatedByIP ) : System
isAuthenticated bool
wasAuthenticatedByIP bool
리턴 System

프로퍼티 상세

Authenticated 공개적으로 프로퍼티

public bool Authenticated
리턴 bool

AuthenticationRequiredHeader 공개적으로 프로퍼티

public SIPAuthenticationHeader,SIPSorcery.SIP AuthenticationRequiredHeader
리턴 SIPAuthenticationHeader

ErrorResponse 공개적으로 프로퍼티

public SIPResponseStatusCodesEnum ErrorResponse
리턴 SIPResponseStatusCodesEnum

WasAuthenticatedByIP 공개적으로 프로퍼티

public bool WasAuthenticatedByIP
리턴 bool