Proprietà DataServiceOperationContext.RequestHeaders
Ottiene le intestazioni della richiesta per l'operazione corrente.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property RequestHeaders As WebHeaderCollection
Get
'Utilizzo
Dim instance As DataServiceOperationContext
Dim value As WebHeaderCollection
value = instance.RequestHeaders
public WebHeaderCollection RequestHeaders { get; }
public:
property WebHeaderCollection^ RequestHeaders {
WebHeaderCollection^ get ();
}
member RequestHeaders : WebHeaderCollection
function get RequestHeaders () : WebHeaderCollection
Valore proprietà
Tipo: System.Net.WebHeaderCollection
Oggetto WebHeaderCollection che contiene le intestazioni delle richieste.