MessageVersion.CreateVersion Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy obiekt wersji komunikatu z określonymi wersjami koperty protokołu SOAP i adresowania WS.
Przeciążenia
CreateVersion(EnvelopeVersion) |
Tworzy obiekt wersji komunikatu przy użyciu WS-Addressing 1.0 i z określoną wersją protokołu SOAP. |
CreateVersion(EnvelopeVersion, AddressingVersion) |
Tworzy obiekt wersji komunikatu z określonymi wersjami protokołu SOAP i WS-Addressing. |
CreateVersion(EnvelopeVersion)
- Źródło:
- MessageVersion.cs
- Źródło:
- MessageVersion.cs
- Źródło:
- MessageVersion.cs
Tworzy obiekt wersji komunikatu przy użyciu WS-Addressing 1.0 i z określoną wersją protokołu SOAP.
public:
static System::ServiceModel::Channels::MessageVersion ^ CreateVersion(System::ServiceModel::EnvelopeVersion ^ envelopeVersion);
public static System.ServiceModel.Channels.MessageVersion CreateVersion (System.ServiceModel.EnvelopeVersion envelopeVersion);
static member CreateVersion : System.ServiceModel.EnvelopeVersion -> System.ServiceModel.Channels.MessageVersion
Public Shared Function CreateVersion (envelopeVersion As EnvelopeVersion) As MessageVersion
Parametry
- envelopeVersion
- EnvelopeVersion
Wskazuje EnvelopeVersion wersję protokołu SOAP do użycia.
Zwraca
Używanie MessageVersion określonej wersji protokołu SOAP i WS-Addressing 1.0.
Wyjątki
Wartość envelopeVersion
to null
.
Przykłady
msgVersion = MessageVersion.CreateVersion(envVersion);
msgVersion = MessageVersion.CreateVersion(envVersion)
Uwagi
Obecnie dostępne wersje protokołu SOAP to SOAP 1.1 i SOAP 1.2. Istnieje dla EnvelopeVersion każdej wersji protokołu SOAP, która zawiera dane istotne dla jego użycia.
Dotyczy
CreateVersion(EnvelopeVersion, AddressingVersion)
- Źródło:
- MessageVersion.cs
- Źródło:
- MessageVersion.cs
- Źródło:
- MessageVersion.cs
Tworzy obiekt wersji komunikatu z określonymi wersjami protokołu SOAP i WS-Addressing.
public:
static System::ServiceModel::Channels::MessageVersion ^ CreateVersion(System::ServiceModel::EnvelopeVersion ^ envelopeVersion, System::ServiceModel::Channels::AddressingVersion ^ addressingVersion);
public static System.ServiceModel.Channels.MessageVersion CreateVersion (System.ServiceModel.EnvelopeVersion envelopeVersion, System.ServiceModel.Channels.AddressingVersion addressingVersion);
static member CreateVersion : System.ServiceModel.EnvelopeVersion * System.ServiceModel.Channels.AddressingVersion -> System.ServiceModel.Channels.MessageVersion
Public Shared Function CreateVersion (envelopeVersion As EnvelopeVersion, addressingVersion As AddressingVersion) As MessageVersion
Parametry
- envelopeVersion
- EnvelopeVersion
Wartość EnvelopeVersion wskazująca wersję protokołu SOAP.
- addressingVersion
- AddressingVersion
Wartość AddressingVersion wskazująca wersję WS-Addressing.
Zwraca
Używanie MessageVersion określonych wersji WS-Addressing i SOAP.
Wyjątki
envelopeVersion
lub addressingVersion
ma wartość null
.
Przykłady
msgVersion = MessageVersion.CreateVersion(envVersion, addrVersion);
msgVersion = MessageVersion.CreateVersion(envVersion, addrVersion)
Uwagi
Obecnie dostępne wersje protokołu SOAP to SOAP 1.1 i SOAP 1.2. Istnieje dla EnvelopeVersion każdej wersji protokołu SOAP, która zawiera dane istotne dla jego użycia.
Obecnie dostępne są dwie wersje WS-Addressing. Jeden z nich złożył 10 sierpnia 2004 r., a drugi przedłożony sierpień 2005 r. i określany jako protokół WS-Addressing 1.0.