Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, _
tlsTarget As String _
) As SipDestinationTuple
'Usage
Dim transportType As SipTransportType
Dim host As String
Dim port As Integer
Dim tlsTarget As String
Dim returnValue As SipDestinationTuple
returnValue = Me.GetDestinationTuple(transportType, _
host, port, tlsTarget)
protected override SipDestinationTuple GetDestinationTuple(
SipTransportType transportType,
string host,
int port,
string tlsTarget
)
Parameters
- transportType
Type: Microsoft.Rtc.Signaling.SipTransportType
The transport type for the connection.
- host
Type: System.String
The host name to connect to.
- port
Type: System.Int32
The port for the connection.
- tlsTarget
Type: System.String
The tls target. Used for Tls only.
Return Value
Type: SipDestinationTuple
The tuple.
See Also
Reference
RealTimeServerTlsConnectionManager Class