コード例 #1
0
 /// <summary>
 /// <see cref="WebSocketClient"/>を生成する。
 /// </summary>
 protected WebSocketClient()
 {
     this.Connection = WebFactory.CreateWebSocketClient();
 }