Edit

Share via


RealTimeConnectionManager.GetDestinationTuple Method

Definition

Get the tuple needed to make the connection.

protected:
 virtual Microsoft::Rtc::Internal::Sip::SipDestinationTuple ^ GetDestinationTuple(Microsoft::Rtc::Signaling::SipTransportType transportType, System::String ^ host, int port, Microsoft::Rtc::Signaling::AddressFamilyHint familyHint, System::String ^ tlsTarget);
protected virtual Microsoft.Rtc.Internal.Sip.SipDestinationTuple GetDestinationTuple (Microsoft.Rtc.Signaling.SipTransportType transportType, string host, int port, Microsoft.Rtc.Signaling.AddressFamilyHint familyHint, string tlsTarget);
abstract member GetDestinationTuple : Microsoft.Rtc.Signaling.SipTransportType * string * int * Microsoft.Rtc.Signaling.AddressFamilyHint * string -> Microsoft.Rtc.Internal.Sip.SipDestinationTuple
override this.GetDestinationTuple : Microsoft.Rtc.Signaling.SipTransportType * string * int * Microsoft.Rtc.Signaling.AddressFamilyHint * string -> Microsoft.Rtc.Internal.Sip.SipDestinationTuple
Protected Overridable Function GetDestinationTuple (transportType As SipTransportType, host As String, port As Integer, familyHint As AddressFamilyHint, tlsTarget As String) As SipDestinationTuple

Parameters

transportType
SipTransportType

The transport type for the connection.

host
String

The host name to connect to.

port
Int32

The port for the connection.

familyHint
AddressFamilyHint

Address family hint.

tlsTarget
String

The tls target. Used for Tls only.

Returns

Microsoft.Rtc.Internal.Sip.SipDestinationTuple

The tuple.

Applies to