RealTimeConnectionManager.GetDestinationTuple 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.
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.