Stop() 공개 메소드

public Stop ( ) : void
리턴 void
 public void Dispose()
 {
     fastClient.Stop();
     slowAndFastClient.Stop();
     server.Stop();
 }