ConnectionAuthorizationRequestedEventArgs Members
Include Protected Members
Include Inherited Members
Represents information needed to authorize a connection.
The ConnectionAuthorizationRequestedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Action | Gets the action that the application should perform. | |
Connection | Gets the connection that needs an authorization check. |
Top
Methods
Name | Description | |
---|---|---|
Allow | Authorize the connection. | |
DelayAuthorization | Puts the connection in a pending state to allow authorization later. | |
Deny | Disconnects the connection. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top