C# Class XSpect.MetaTweet.Modules.ConnectionAuthorizer

Inheritance: IAuthorizeRemotingConnection
Show file Open project: takeshik/metatweet-old

Public Methods

Method Description
IsConnectingEndPointAuthorized ( EndPoint endPoint ) : System.Boolean
IsConnectingIdentityAuthorized ( IIdentity identity ) : System.Boolean

Method Details

IsConnectingEndPointAuthorized() public method

public IsConnectingEndPointAuthorized ( EndPoint endPoint ) : System.Boolean
endPoint System.Net.EndPoint
return System.Boolean

IsConnectingIdentityAuthorized() public method

public IsConnectingIdentityAuthorized ( IIdentity identity ) : System.Boolean
identity IIdentity
return System.Boolean