C# 클래스 WpfChatroom.ChatroomWindow

상속: System.Windows.Window
파일 보기 프로젝트 열기: AArnott/IronPigeon 1 사용 예제들

공개 메소드들

메소드 설명
ChatroomWindow ( ) : System

Initializes a new instance of the ChatroomWindow class.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

ChatroomWindow() 공개 메소드

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

OnInitialized() 보호된 메소드

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.
리턴 void