IncomingConnectionAddedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |