Edit

Share via


ConnectionAuthorizationRequestedEventArgs.Deny Method

Definition

Disconnects the connection.

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

Remarks

Connections that are disconnected will cause corresponding outgoing requests to fail with OperationFailureException and reason ConnectionAuthorizationFailed.

Applies to