RealTimeServerTcpConnectionManager Constructors

Definition

Overloads

RealTimeServerTcpConnectionManager()

Initializes this instance with default localhost name.

RealTimeServerTcpConnectionManager(String)

Initializes this instance with given localhost.

RealTimeServerTcpConnectionManager()

Initializes this instance with default localhost name.

public:
 RealTimeServerTcpConnectionManager();
public RealTimeServerTcpConnectionManager ();
Public Sub New ()

Applies to

RealTimeServerTcpConnectionManager(String)

Initializes this instance with given localhost.

public:
 RealTimeServerTcpConnectionManager(System::String ^ localHost);
public RealTimeServerTcpConnectionManager (string localHost);
new Microsoft.Rtc.Signaling.RealTimeServerTcpConnectionManager : string -> Microsoft.Rtc.Signaling.RealTimeServerTcpConnectionManager
Public Sub New (localHost As String)

Parameters

localHost
String

The localHost to use in the contact header.

Exceptions

The localHost parameter cannot be used as a host URI.

Applies to