ConnectionAuthorizationRequestedEventArgs.Allow Method
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.
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.