MessageHeader<T>.MustUnderstand Propriedade

Definição

Obtém ou define um valor que indica se o cabeçalho deve ser compreendido, conforme determinado na especificação SOAP 1.1/1.2.Gets or sets a value that indicates whether the header must be understood, as stated in the SOAP 1.1/1.2 specification.

public:
 property bool MustUnderstand { bool get(); void set(bool value); };
public bool MustUnderstand { get; set; }
member this.MustUnderstand : bool with get, set
Public Property MustUnderstand As Boolean

Valor da propriedade

Boolean

true Se o cabeçalho deve ser compreendido; caso contrário, false .true if the header must be understood; otherwise, false.

Comentários

Se essa propriedade for true e o receptor da mensagem não puder interpretar o cabeçalho da mensagem, a mensagem não será processada e uma exceção será lançada.If this property is true and the message receiver cannot interpret the message header, the message is not processed and an exception is thrown. Se essa propriedade for false , o receptor poderá ignorar o cabeçalho da mensagem e continuar o processamento.If this property is false, the receiver can ignore the message header and continue processing.

Aplica-se a