Start() 공개 정적인 메소드

public static Start ( string url ) : void
url string
리턴 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);
 }