C# 클래스 Ramone.Implementation.AuthorizationDispatcher

상속: IAuthorizationDispatcher
파일 보기 프로젝트 열기: JornWildt/Ramone 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string authorizationScheme, IAuthorizationHandler handler ) : void
AuthorizationDispatcher ( ) : System.Collections.Generic
AuthorizationDispatcher ( AuthorizationDispatcher src ) : System.Collections.Generic
Clone ( ) : IAuthorizationDispatcher
Get ( string authorizationScheme ) : IAuthorizationHandler
Remove ( string authorizationScheme ) : void

메소드 상세

Add() 공개 메소드

public Add ( string authorizationScheme, IAuthorizationHandler handler ) : void
authorizationScheme string
handler IAuthorizationHandler
리턴 void

AuthorizationDispatcher() 공개 메소드

public AuthorizationDispatcher ( ) : System.Collections.Generic
리턴 System.Collections.Generic

AuthorizationDispatcher() 공개 메소드

public AuthorizationDispatcher ( AuthorizationDispatcher src ) : System.Collections.Generic
src AuthorizationDispatcher
리턴 System.Collections.Generic

Clone() 공개 메소드

public Clone ( ) : IAuthorizationDispatcher
리턴 IAuthorizationDispatcher

Get() 공개 메소드

public Get ( string authorizationScheme ) : IAuthorizationHandler
authorizationScheme string
리턴 IAuthorizationHandler

Remove() 공개 메소드

public Remove ( string authorizationScheme ) : void
authorizationScheme string
리턴 void