C# Class NMaier.SimpleDlna.Server.MacAuthorizer

Inheritance: Logging, IHttpAuthorizationMethod
Afficher le fichier Open project: nmaier/simpleDLNA

Méthodes publiques

Méthode Description
Authorize ( IHeaders headers, IPEndPoint endPoint, string mac ) : bool
MacAuthorizer ( IEnumerable macs ) : System

Method Details

Authorize() public méthode

public Authorize ( IHeaders headers, IPEndPoint endPoint, string mac ) : bool
headers IHeaders
endPoint System.Net.IPEndPoint
mac string
Résultat bool

MacAuthorizer() public méthode

public MacAuthorizer ( IEnumerable macs ) : System
macs IEnumerable
Résultat System