Proprietà HttpPut.ResponseHeaders

 

Ottiene o imposta le intestazioni del messaggio di risposta.

Spazio dei nomi:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

[DefaultValueAttribute(null)]
public OutArgument<DynamicValue> ResponseHeaders {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property OutArgument<DynamicValue^>^ ResponseHeaders {
    [CompilerGeneratedAttribute]
    OutArgument<DynamicValue^>^ get();
    [CompilerGeneratedAttribute]
    void set(OutArgument<DynamicValue^>^ value);
}
[<DefaultValueAttribute(null)>]
member ResponseHeaders : OutArgument<DynamicValue> with get, set
<DefaultValueAttribute(Nothing)>
Public Property ResponseHeaders As OutArgument(Of DynamicValue)

Valore proprietà

Type: System.Activities.OutArgument<DynamicValue>

Restituisce le intestazioni del messaggio di risposta.

Vedere anche

Classe HttpPut
Spazio dei nomi Microsoft.Activities.Messaging

Torna all'inizio