C# 클래스 SipSharp.Servers.Authenticator

Helper taking care of WWW-Authenticate and Authorization headers.
파일 보기 프로젝트 열기: jgauffin/SipSharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateWwwHeader ( string realm, SipUri domain ) : Authenticate
IsAuthenticated ( IRequest request ) : bool
IsNonceValid ( string nonce ) : bool

메소드 상세

CreateWwwHeader() 공개 메소드

public CreateWwwHeader ( string realm, SipUri domain ) : Authenticate
realm string
domain SipUri
리턴 SipSharp.Messages.Headers.Authenticate

IsAuthenticated() 공개 메소드

public IsAuthenticated ( IRequest request ) : bool
request IRequest
리턴 bool

IsNonceValid() 공개 메소드

public IsNonceValid ( string nonce ) : bool
nonce string
리턴 bool