GetDestinationTuple Method (SipTransportType, String, Int32)

Get the tuple needed to make the connection.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected Overrides Function GetDestinationTuple ( _
    transportType As SipTransportType, _
    host As String, _
    port As Integer _
) As SipDestinationTuple
'Usage
Dim transportType As SipTransportType
Dim host As String
Dim port As Integer
Dim returnValue As SipDestinationTuple

returnValue = Me.GetDestinationTuple(transportType, _
    host, port)
protected override SipDestinationTuple GetDestinationTuple(
    SipTransportType transportType,
    string host,
    int port
)

Parameters

Return Value

Type: SipDestinationTuple
The destination tuple.

See Also

Reference

RealTimeServerTlsConnectionManager Class

RealTimeServerTlsConnectionManager Members

GetDestinationTuple Overload

Microsoft.Rtc.Signaling Namespace