ConnectionAuthorizationRequestedEventArgs.Allow Method
Authorize the connection.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Allow
'Usage
Dim instance As ConnectionAuthorizationRequestedEventArgs
instance.Allow()
public void Allow()
Remarks
Calling authorize indicates that the application allows the connection and no further checks are required.
See Also
Reference
ConnectionAuthorizationRequestedEventArgs Class