Start() public static method

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