C# Class WpfChatroom.ChatroomWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: AArnott/IronPigeon Class Usage Examples

Méthodes publiques

Méthode Description
ChatroomWindow ( ) : System

Initializes a new instance of the ChatroomWindow class.

Méthodes protégées

Méthode 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

Méthode 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 méthode

Initializes a new instance of the ChatroomWindow class.
public ChatroomWindow ( ) : System
Résultat System

OnInitialized() protected méthode

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.
Résultat void