C# Класс Universe.Modules.Ban.IPBanCheck

Наследование: ILoginModule
Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( ILoginService service, IConfigSource source, IRegistryCore registry ) : void
Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : LoginResponse

Описание методов

Initialize() публичный Метод

public Initialize ( ILoginService service, IConfigSource source, IRegistryCore registry ) : void
service ILoginService
source IConfigSource
registry IRegistryCore
Результат void

Login() публичный Метод

public Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : LoginResponse
request System.Collections.Hashtable
account Universe.Framework.Services.UserAccount
agentInfo Universe.Framework.Services.ClassHelpers.Profile.IAgentInfo
authType string
password string
data object
Результат Universe.Framework.Services.LoginResponse