C# Class WPFClient.MainWindow

SignalR client hosted in a WPF application. The client lets the user pick a user name, connect to the server asynchronously to not block the UI thread, and send chat messages to all connected clients whether they are hosted in WinForms, WPF, or a web application. For simplicity, MVVM will not be used for this sample.
Inheritance: System.Windows.Window
显示文件 Open project: Stanislav-Sartasov/spsu-mm-programming-second-course Class Usage Examples

Public Methods

Method Description
MainWindow ( ) : System

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System