RealTimeClientConnectionManager 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
RealTimeClientConnectionManager() |
Initializes an intance of client connection manager. |
RealTimeClientConnectionManager(String) |
Initializes an intance of client connection manager using given local host. |
RealTimeClientConnectionManager()
Initializes an intance of client connection manager.
public:
RealTimeClientConnectionManager();
public RealTimeClientConnectionManager ();
Public Sub New ()
Applies to
RealTimeClientConnectionManager(String)
Initializes an intance of client connection manager using given local host.
public:
RealTimeClientConnectionManager(System::String ^ localhost);
public RealTimeClientConnectionManager (string localhost);
new Microsoft.Rtc.Signaling.RealTimeClientConnectionManager : string -> Microsoft.Rtc.Signaling.RealTimeClientConnectionManager
Public Sub New (localhost As String)
Parameters
- localhost
- String
The local host.