| 
														
															@@ -8,6 +8,7 @@ using Microsoft.AspNetCore.Http.Features; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using Microsoft.AspNetCore.Mvc.ApplicationParts; 
														 | 
														
														 | 
														
															 using Microsoft.AspNetCore.Mvc.ApplicationParts; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using Microsoft.AspNetCore.Mvc.Controllers; 
														 | 
														
														 | 
														
															 using Microsoft.AspNetCore.Mvc.Controllers; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using Microsoft.AspNetCore.Server.Kestrel.Core; 
														 | 
														
														 | 
														
															 using Microsoft.AspNetCore.Server.Kestrel.Core; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+using Microsoft.AspNetCore.SignalR; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using Microsoft.Extensions.DependencyInjection; 
														 | 
														
														 | 
														
															 using Microsoft.Extensions.DependencyInjection; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using Microsoft.Extensions.DependencyInjection.Extensions; 
														 | 
														
														 | 
														
															 using Microsoft.Extensions.DependencyInjection.Extensions; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 using Microsoft.Extensions.FileProviders; 
														 | 
														
														 | 
														
															 using Microsoft.Extensions.FileProviders; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -29,8 +30,6 @@ namespace Ips.Library.WebApi 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public static class WebApiHelper 
														 | 
														
														 | 
														
															     public static class WebApiHelper 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     { 
														 | 
														
														 | 
														
															     { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         private static CancellationTokenSource _cts; 
														 | 
														
														 | 
														
															         private static CancellationTokenSource _cts; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         /// <summary> 
														 | 
														
														 | 
														
															         /// <summary> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         /// 启动AspNetCore WebAPI 
														 | 
														
														 | 
														
															         /// 启动AspNetCore WebAPI 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         /// (如果Controller所在程序集未被代码使用,且入口Exe被发布为自包含程序,会找不到Controller) 
														 | 
														
														 | 
														
															         /// (如果Controller所在程序集未被代码使用,且入口Exe被发布为自包含程序,会找不到Controller) 
														 |