Authorize the connection.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
Allow
C#
public 
void 
Allow()
Visual C++
public:
void 
Allow()
JavaScript
function 
allow();

Remarks

This method authorizes the connection. No further events for this connection will be raised.

See Also