ConnectionAuthorizationRequestedEventArgs Class
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.
Represents information needed to authorize a connection.
public ref class ConnectionAuthorizationRequestedEventArgs : EventArgs
public class ConnectionAuthorizationRequestedEventArgs : EventArgs
type ConnectionAuthorizationRequestedEventArgs = class
inherit EventArgs
Public Class ConnectionAuthorizationRequestedEventArgs
Inherits EventArgs
- Inheritance
-
ConnectionAuthorizationRequestedEventArgs
Properties
Action |
Gets the action that the application should perform. |
Connection |
Gets the connection that needs an authorization check. |
Methods
Allow() |
Authorize the connection. |
DelayAuthorization() |
Puts the connection in a pending state to allow authorization later. |
Deny() |
Disconnects the connection. |