RealTimeServerConnectionManager.ConnectionAuthorizationRequested Event

Definition

Raised when an incoming or outgoing connection becomes connected.

public:
 event EventHandler<Microsoft::Rtc::Signaling::ConnectionAuthorizationRequestedEventArgs ^> ^ ConnectionAuthorizationRequested;
public event EventHandler<Microsoft.Rtc.Signaling.ConnectionAuthorizationRequestedEventArgs> ConnectionAuthorizationRequested;
member this.ConnectionAuthorizationRequested : EventHandler<Microsoft.Rtc.Signaling.ConnectionAuthorizationRequestedEventArgs> 
Public Custom Event ConnectionAuthorizationRequested As EventHandler(Of ConnectionAuthorizationRequestedEventArgs) 

Event Type

EventHandler<ConnectionAuthorizationRequestedEventArgs>

Remarks

Applications can use this event to add extra authorization to the connection before messages are sent or received. State can be stored in the Connection.ApplicationContext property.

Applies to