ConnectionAuthorizationRequestedEventArgs.Deny Method
Disconnects the connection.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Deny
'Usage
Dim instance As ConnectionAuthorizationRequestedEventArgs
instance.Deny()
public void Deny()
Remarks
Connections that are disconnected will cause corresponding outgoing requests to fail with OperationFailureException and reason ConnectionAuthorizationFailed.
See Also
Reference
ConnectionAuthorizationRequestedEventArgs Class