C# Class WpfChatroom.ChatroomWindow

Inheritance: System.Windows.Window
Show file Open project: AArnott/IronPigeon Class Usage Examples

Public Methods

Method Description
ChatroomWindow ( ) : System

Initializes a new instance of the ChatroomWindow class.

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

Raises the E:System.Windows.FrameworkElement.Initialized event. This method is invoked whenever P:System.Windows.FrameworkElement.IsInitialized is set to true internally.

Private Methods

Method Description
AddMember ( string friendlyName, IronPigeon.Endpoint endpoint ) : void
InviteButton_OnClick ( object sender, RoutedEventArgs e ) : void
InvitingMemberAsync ( InviteMember inviteWindow ) : System.Threading.Tasks.Task
ProcessReceivedMessagedAsync ( Message message ) : System.Threading.Tasks.Task
ReceiveMessageLoopAsync ( ) : System.Threading.Tasks.Task
SendMessageButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ChatroomWindow() public method

Initializes a new instance of the ChatroomWindow class.
public ChatroomWindow ( ) : System
return System

OnInitialized() protected method

Raises the E:System.Windows.FrameworkElement.Initialized event. This method is invoked whenever P:System.Windows.FrameworkElement.IsInitialized is set to true internally.
protected OnInitialized ( EventArgs e ) : void
e System.EventArgs The that contains the event data.
return void