MpnsNotification Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Proporciona notificación para el Servicio de notificaciones push de Microsoft (MPNS).
public sealed class MpnsNotification : Microsoft.Azure.NotificationHubs.Notification, Microsoft.Azure.NotificationHubs.INativeNotification
type MpnsNotification = class
inherit Notification
interface INativeNotification
Public NotInheritable Class MpnsNotification
Inherits Notification
Implements INativeNotification
- Herencia
- Implementaciones
Constructores
MpnsNotification(String) |
Inicializa una nueva instancia de la clase MpnsNotification. |
MpnsNotification(String, IDictionary<String,String>) |
Inicializa una nueva instancia de la clase MpnsNotification. |
MpnsNotification(String, IDictionary<String,String>, String) |
Obsoletos.
Inicializa una nueva instancia de la clase MpnsNotification. |
MpnsNotification(String, String) |
Obsoletos.
Inicializa una nueva instancia de la clase MpnsNotification. |
MpnsNotification(XmlDocument) |
Inicializa una nueva instancia de la clase MpnsNotification. |
MpnsNotification(XmlDocument, IDictionary<String,String>) |
Inicializa una nueva instancia de la clase MpnsNotification. |
MpnsNotification(XmlDocument, IDictionary<String,String>, String) |
Obsoletos.
Inicializa una nueva instancia de la clase MpnsNotification. |
MpnsNotification(XmlDocument, String) |
Obsoletos.
Inicializa una nueva instancia de la clase MpnsNotification. |
Propiedades
Body |
Obtiene o establece el cuerpo de la notificación. (Heredado de Notification) |
ContentType |
Obtiene o establece el tipo del contenido de la notificación. (Heredado de Notification) |
Headers |
Obtiene o establece encabezados de notificación. (Heredado de Notification) |
PlatformType |
Obtiene el tipo de la plataforma. (Heredado de Notification) |
Tag |
Obsoletos.
Obtiene o establece la etiqueta de notificación. (Heredado de Notification) |
Métodos
AddOrUpdateHeader(String, String) |
Agregue o actualice un encabezado con una clave y un valor especificados. (Heredado de Notification) |
OnValidateAndPopulateHeaders() |
Valide y rellene los encabezados. (Heredado de Notification) |
Se aplica a
Azure SDK for .NET