Beispiel #1
0
 public static void Init(short mobilePort = ServiceEndpoint.MobilePort, bool loggingEnabled = true)
 {
     InitPlatform();
     InspectorBootstrapper.Init(mobilePort, loggingEnabled);
 }
Beispiel #2
0
 public static void ShowAcceptingConnections()
 {
     InspectorBootstrapper.ShowAcceptingConnections();
 }