Start() public static method

public static Start ( string url ) : void
url string
return void
Ejemplo n.º 1
0
 public static void Start(string hostname, int port)
 {
     Port = port;
     InternalServerControl.Start(@"http://" + hostname + ":" + port);
 }
Ejemplo n.º 2
0
 public static void Start(string url)
 {
     InternalServerControl.Start(url);
 }