Proprietà BackgroundTransferRequest.Headers
Spazio dei nomi: Microsoft.Phone.BackgroundTransfer
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Headers As IDictionary(Of String, String)
public IDictionary<string, string> Headers { get; }
public:
property IDictionary<String^, String^>^ Headers {
IDictionary<String^, String^>^ get ();
}
member Headers : IDictionary<string, string> with get
Valore proprietà
Tipo: System.Collections.Generic.IDictionary<String, String>
Informazioni sulla versione
.NET per applicazioni Windows Phone
Supportato in: Windows Phone 8, Silverlight 8.1
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.