ConnectionAuthorizationRequestedEventArgs.Deny 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.
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.