コード例 #1
0
 public HttpServerPythonProxy(HttpServerService httpServerService)
 {
     _httpServerService = httpServerService ?? throw new ArgumentNullException(nameof(httpServerService));
 }