HttpNotificationChannel Constructor

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a notification channel.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
HttpNotificationChannel(String) Creates a notification channel. The application will identify the notification channel using the channelName value.
HttpNotificationChannel(String, String) Creates a notification channel. Use this constructor with an authenticated web service. The application will identify the notification channel using the channelName value. The serviceName value identifies the Subject Name of the authenticated web service's certificate.

Top

See Also

Reference

HttpNotificationChannel Class

HttpNotificationChannel Members

Microsoft.Phone.Notification Namespace