EFCoreMiddleTierSecurityEvents Properties
Stores handlers for EF Core Middle Tier Security events.Name | Description |
---|---|
OnClientWebSocketCreated | Specifies the delegate that configures a ClientWebSocket that your WinForms application uses to interact with the Middle Tier Security server. |
OnCustomAuthenticate | Specifies the delegate that configures custom authentication. |
OnCustomCreateClientWebSocket | Specifies the delegate that creates a custom ClientWebSocket that your WinForms application uses to interact with the Middle Tier Security server. |
OnCustomCreateHttpClient | Specifies the delegate that creates a custom HttpClient that your WinForms application uses to interact with the Middle Tier Security server. |
OnHttpClientCreated | Specifies the delegate that configures the HttpClient that your WinForms application uses to interact with the Middle Tier Security server. |
See Also