C# Class HaloOnline.Server.Core.Http.Controllers.EndpointsDispatcherController

Inheritance: ApiController, IEndpointsDispatcherService
Exibir arquivo Open project: no1dead/HaloMasterMaster

Public Methods

Method Description
EndpointsDispatcherController ( IServerOptions serverOptions ) : System

Private Methods

Method Description
GetAuthorizationEndpoints ( [ request ) : HaloOnline.Server.Core.Http.Model.EndpointDispatcher.GetAuthorizationEndpointsResult
GetAuthorizationEndpointsAndDate ( GetAuthorizationEndpointsAndDateRequest request ) : HaloOnline.Server.Core.Http.Model.EndpointDispatcher.GetAuthorizationEndpointsAndDateResult

Method Details

EndpointsDispatcherController() public method

public EndpointsDispatcherController ( IServerOptions serverOptions ) : System
serverOptions IServerOptions
return System