IConnectionFilter.OnConnectionAsync(ConnectionFilterContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Threading::Tasks::Task ^ OnConnectionAsync(Microsoft::AspNetCore::Server::Kestrel::Filter::ConnectionFilterContext ^ context);
public System.Threading.Tasks.Task OnConnectionAsync (Microsoft.AspNetCore.Server.Kestrel.Filter.ConnectionFilterContext context);
abstract member OnConnectionAsync : Microsoft.AspNetCore.Server.Kestrel.Filter.ConnectionFilterContext -> System.Threading.Tasks.Task
Public Function OnConnectionAsync (context As ConnectionFilterContext) As Task
Parameters
- context
- ConnectionFilterContext