Esempio n. 1
0
 /// <summary>
 /// コンストラクタ
 /// </summary>
 protected ApiAccessor()
 {
     this._httpClient = WebFactory.CreateHttpClient();
 }
Esempio n. 2
0
 /// <summary>
 /// <see cref="WebSocketClient"/>を生成する。
 /// </summary>
 protected WebSocketClient()
 {
     this.Connection = WebFactory.CreateWebSocketClient();
 }