Method ResetListenPort
ResetListenPort(int)
Listen on a new port the next time the server starts. If the server is already running, it will be stopped and restarted automatically.
선언
public void ResetListenPort(int port = 0)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | port | Specify a port to listen on. Default is 0 to choose any open port |