Click or drag to resize

Bootstrapper Class

Configure, initialize and get the Server instance using the bootstrapper.
Inheritance Hierarchy
SystemObject
  Crosser.ServerBootstrapper

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static class Bootstrapper

The Bootstrapper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIsInitialized
True if Bootstrapper.Init() was successfully called.
Top
Methods
  NameDescription
Public methodStatic memberGetServer
If Bootstrapper.Init() has been successfully called this will return the IServer instance.
Public methodStatic memberInit
Initialize all default mappings, makes the server ready to be used.
Top
See Also