RealTimeServerTcpConnectionManager Constructors
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.
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.