EnvelopeVersion.NextDestinationActorValue Proprietà

Definizione

Consente di ottenere una stringa contenente il nome URI del ruolo SOAP associato alla versione di messaggio corrente della destinazione successiva.

public:
 property System::String ^ NextDestinationActorValue { System::String ^ get(); };
public string NextDestinationActorValue { get; }
member this.NextDestinationActorValue : string
Public ReadOnly Property NextDestinationActorValue As String

Valore della proprietà

Stringa che contiene http://schemas.xmlsoap.org/soap/actor/next se viene utilizzato SOAP1.1, una stringa che contiene http://www.w3.org/2003/05/soap-envelope/role/next se viene utilizzato SOAP1.2 e una stringa vuota se la versione del messaggio non è presente.

Esempio

string nextDestS12 = envS12.NextDestinationActorValue;
Dim nextDestS12 As String = envS12.NextDestinationActorValue

Si applica a