C# 클래스 PeerCastStation.Core.AccessControlInfo

アクセス可否を判断するための情報を保持します
파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
AccessControlInfo ( OutputStreamType accepts, bool auth_required, AuthenticationKey key ) : System
CheckAuthorization ( string id, string pass ) : bool

메소드 상세

AccessControlInfo() 공개 메소드

public AccessControlInfo ( OutputStreamType accepts, bool auth_required, AuthenticationKey key ) : System
accepts OutputStreamType
auth_required bool
key AuthenticationKey
리턴 System

CheckAuthorization() 공개 메소드

public CheckAuthorization ( string id, string pass ) : bool
id string
pass string
리턴 bool