RealTimeConnectionManagerExtensions.GetCustomSipConnectionDelegate Delegate
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.
public: delegate Microsoft::Rtc::Internal::Sip::SipConnection ^ RealTimeConnectionManagerExtensions::GetCustomSipConnectionDelegate(RealTimeEndpoint ^ endpoint, SipTransportType transportType, System::String ^ host, int port, Nullable<AddressFamilyHint> familyHint, System::String ^ tlsTarget);
public delegate Microsoft.Rtc.Internal.Sip.SipConnection RealTimeConnectionManagerExtensions.GetCustomSipConnectionDelegate(RealTimeEndpoint endpoint, SipTransportType transportType, string host, int port, Nullable<AddressFamilyHint> familyHint, string tlsTarget);
type RealTimeConnectionManagerExtensions.GetCustomSipConnectionDelegate = delegate of RealTimeEndpoint * SipTransportType * string * int * Nullable<AddressFamilyHint> * string -> SipConnection
Public Delegate Function RealTimeConnectionManagerExtensions.GetCustomSipConnectionDelegate(endpoint As RealTimeEndpoint, transportType As SipTransportType, host As String, port As Integer, familyHint As Nullable(Of AddressFamilyHint), tlsTarget As String) As SipConnection
Parameters
- endpoint
- RealTimeEndpoint
- transportType
- SipTransportType
- host
- String
- port
- Int32
- familyHint
- Nullable<AddressFamilyHint>
- tlsTarget
- String
Return Value
Microsoft.Rtc.Internal.Sip.SipConnection