RealTimeServerConnectionManager.IncomingConnectionConnected Method
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.
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