Edit

Share via


ConnectionAuthorizationRequestedEventArgs.Allow Method

Definition

Authorize the connection.

public:
 void Allow();
public void Allow ();
member this.Allow : unit -> unit
Public Sub Allow ()

Remarks

Calling authorize indicates that the application allows the connection and no further checks are required.

Applies to