ConnectionAuthorizationRequestedEventArgs Class

Definition

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.

Applies to