RealTimeConnection.ToString Method
Converts to a string representation of the instance. The local or remote endpoint addresses can be Unknown if the connection is not in connected state.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As RealTimeConnection
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The string representation of the instance.