C# Class PeerCastStation.Core.AccessControlInfo

アクセス可否を判断するための情報を保持します
Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
AccessControlInfo ( OutputStreamType accepts, bool auth_required, AuthenticationKey key ) : System
CheckAuthorization ( string id, string pass ) : bool

Method Details

AccessControlInfo() public method

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

CheckAuthorization() public method

public CheckAuthorization ( string id, string pass ) : bool
id string
pass string
return bool