C# Class Sandwich.MainPage

Inheritance: PhoneApplicationPage
Mostrar archivo Open project: sandwich-share/sandwich-wp

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
ConnectButton_Click ( object sender, EventArgs e ) : void
GetPortFromAddress ( IPAddress address ) : int
OnNameResolved ( NameResolutionResult result ) : void
client_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void