C# Class XSpect.MetaTweet.Modules.ConnectionAuthorizer

Inheritance: IAuthorizeRemotingConnection
Afficher le fichier Open project: takeshik/metatweet-old

Méthodes publiques

Méthode Description
IsConnectingEndPointAuthorized ( EndPoint endPoint ) : System.Boolean
IsConnectingIdentityAuthorized ( IIdentity identity ) : System.Boolean

Method Details

IsConnectingEndPointAuthorized() public méthode

public IsConnectingEndPointAuthorized ( EndPoint endPoint ) : System.Boolean
endPoint System.Net.EndPoint
Résultat System.Boolean

IsConnectingIdentityAuthorized() public méthode

public IsConnectingIdentityAuthorized ( IIdentity identity ) : System.Boolean
identity IIdentity
Résultat System.Boolean