C# Class PushNotifications.MainPage

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: nikhildhawan/c2dm

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
DoConnect ( ) : void
InitializeComponent ( ) : void
ParseRAWPayload ( Stream e, string &weather, string &location, string &temperature ) : void
SaveChannelInfo ( ) : void
SubscribeToChannelEvents ( ) : void
SubscribeToNotifications ( ) : void
SubscribeToService ( ) : void
Trace ( string message ) : void
TryFindChannel ( ) : bool
UpdateStatus ( string message ) : void
httpChannel_ChannelUriUpdated ( object sender, NotificationChannelUriEventArgs e ) : void
httpChannel_ExceptionOccurred ( object sender, NotificationChannelErrorEventArgs e ) : void
httpChannel_HttpNotificationReceived ( object sender, HttpNotificationEventArgs e ) : void
httpChannel_ShellToastNotificationReceived ( object sender, NotificationEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System