IncomingConnectionAddedEventArgs Class

Definition

Contains event information for connections being added.

public ref class IncomingConnectionAddedEventArgs : Microsoft::Rtc::Signaling::CollectionChangedEventArgs<Microsoft::Rtc::Signaling::RealTimeConnection ^>
public class IncomingConnectionAddedEventArgs : Microsoft.Rtc.Signaling.CollectionChangedEventArgs<Microsoft.Rtc.Signaling.RealTimeConnection>
type IncomingConnectionAddedEventArgs = class
    inherit CollectionChangedEventArgs<RealTimeConnection>
Public Class IncomingConnectionAddedEventArgs
Inherits CollectionChangedEventArgs(Of RealTimeConnection)
Inheritance
IncomingConnectionAddedEventArgs

Properties

Item

Gets the item that is affected.

(Inherited from CollectionChangedEventArgs<T>)
MatchingDomainName

Gets the domain string from the allowed domains list that matched the certificate.

RemoteCertificate

Gets the remote certificate used for this connection.

Applies to