Edit

Share via


RealTimeServerConnectionManager.IncomingConnectionConnected Method

Definition

Handles incoming connection connected event. This class should not get this event since it is not listening but a subclass can.

protected:
 override void IncomingConnectionConnected(Microsoft::Rtc::Internal::Sip::SipConnection ^ connection, System::String ^ matchedDomainName, System::Security::Cryptography::X509Certificates::X509Certificate2 ^ remoteCertificate);
protected override void IncomingConnectionConnected (Microsoft.Rtc.Internal.Sip.SipConnection connection, string matchedDomainName, System.Security.Cryptography.X509Certificates.X509Certificate2 remoteCertificate);
override this.IncomingConnectionConnected : Microsoft.Rtc.Internal.Sip.SipConnection * string * System.Security.Cryptography.X509Certificates.X509Certificate2 -> unit
Protected Overrides Sub IncomingConnectionConnected (connection As SipConnection, matchedDomainName As String, remoteCertificate As X509Certificate2)

Parameters

connection
Microsoft.Rtc.Internal.Sip.SipConnection

The SIP connection object.

matchedDomainName
String

The domain that was matched from the allowed domains list

remoteCertificate
X509Certificate2

The remote certificate

Applies to