Class MtaDiPlayerServer<TPlayer>
  A highly-configurable implementation of an MTA Server, with support for dependency injection for the player class.
Instances of this class can be created using MtaServer.CreateWithDiSupport()
 
  
  
    Inheritance
    
    
    
    MtaDiPlayerServer<TPlayer>
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public class MtaDiPlayerServer<TPlayer> : MtaServer<TPlayer> where TPlayer : Player
   
  Type Parameters
  
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  MtaDiPlayerServer(Action<ServerBuilder>)
  
  
  Declaration
  
    public MtaDiPlayerServer(Action<ServerBuilder> builderAction)
   
  Parameters
  
  
    |
    Edit this page
  
  
    View Source
  
  
  MtaDiPlayerServer(IServiceProvider, Action<ServerBuilder>)
  
  
  Declaration
  
    public MtaDiPlayerServer(IServiceProvider serviceProvider, Action<ServerBuilder> builderAction)
   
  Parameters
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  CreateClient(ulong, INetWrapper)
  
  
  Declaration
  
    protected override IClient CreateClient(ulong binaryAddress, INetWrapper netWrapper)
   
  Parameters
  
  Returns
  
  Overrides
  
  Extension Methods