AddressingVersion.WSAddressingAugust2004 Propriedade
Definição
Obtém a versão do WS-Addressing que está associada ao WS-Addressing de agosto de 2004.Gets the version of WS-Addressing that is associated with WS-Addressing August 2004.
public:
static property System::ServiceModel::Channels::AddressingVersion ^ WSAddressingAugust2004 { System::ServiceModel::Channels::AddressingVersion ^ get(); };
public static System.ServiceModel.Channels.AddressingVersion WSAddressingAugust2004 { get; }
member this.WSAddressingAugust2004 : System.ServiceModel.Channels.AddressingVersion
Public Shared ReadOnly Property WSAddressingAugust2004 As AddressingVersion
Valor da propriedade
Uma instância singleton que identifica o AddressingVersion que está associado a WS-Addressing de agosto de 2004.A singleton instance that identifies the AddressingVersion that is associated with WS-Addressing August 2004.
Comentários
A versão de endereçamento faz parte da versão da mensagem: especifica especificamente AddressingVersion o tipo de retorno para a Addressing propriedade.The addressing version is part of the message version: specifically AddressingVersion provides the return type for the Addressing property. O MessageVersion também contém a versão de envelope SOAP, além das informações de versão de endereçamento.The MessageVersion also contains the SOAP envelope version in addition to the addressing version information. O EnvelopeVersion fornece o tipo de retorno para a Envelope propriedade.The EnvelopeVersion provides the return type for the Envelope property.