Show / Hide Table of Contents

Class ServiceCollectionExtensions

Inheritance
object
ServiceCollectionExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server
Assembly: SlipeServer.Server.dll
Syntax
public static class ServiceCollectionExtensions

Methods

| Edit this page View Source

AddDefaultBehaviours(MtaServer, ServerBuilderDefaultBehaviours)

Declaration
public static void AddDefaultBehaviours(this MtaServer mtaServer, ServerBuilderDefaultBehaviours except = ServerBuilderDefaultBehaviours.None)
Parameters
Type Name Description
MtaServer mtaServer
ServerBuilderDefaultBehaviours except
| Edit this page View Source

AddDefaultMiddlewares(IServiceCollection, ServerBuilderDefaultMiddleware)

Declaration
public static IServiceCollection AddDefaultMiddlewares(this IServiceCollection services, ServerBuilderDefaultMiddleware exceptMiddleware = ServerBuilderDefaultMiddleware.None)
Parameters
Type Name Description
IServiceCollection services
ServerBuilderDefaultMiddleware exceptMiddleware
Returns
Type Description
IServiceCollection
| Edit this page View Source

AddDefaultMtaServerServices(IServiceCollection)

Declaration
public static IServiceCollection AddDefaultMtaServerServices(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
IServiceCollection
| Edit this page View Source

AddDefaultPacketHandlers(MtaServer, ServerBuilderDefaultPacketHandlers)

Declaration
public static void AddDefaultPacketHandlers(this MtaServer mtaServer, ServerBuilderDefaultPacketHandlers except = ServerBuilderDefaultPacketHandlers.None)
Parameters
Type Name Description
MtaServer mtaServer
ServerBuilderDefaultPacketHandlers except
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX