Bootstrapper Class |
Namespace: Crosser.Server
public static class Bootstrapper
The Bootstrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| IsInitialized |
True if Bootstrapper.Init() was successfully called.
|
| Name | Description | |
|---|---|---|
| GetServer |
If Bootstrapper.Init() has been successfully called this will return the IServer instance.
| |
| Init |
Initialize all default mappings, makes the server ready to be used.
|