SmsWapMessage.Headers Property

Definition

Gets the header name-value pairs of the WAP push message.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Headers { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Headers();
public IDictionary<string,string> Headers { get; }
var iMap = smsWapMessage.headers;
Public ReadOnly Property Headers As IDictionary(Of String, String)

Property Value

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

The header name-value pairs of the WAP push message.

Windows requirements

App capabilities
cellularMessaging sms

Applies to