EnvelopeVersion.NextDestinationActorValue Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a string that contains the URI name for the SOAP role associated with the current message version for the next destination.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public ReadOnly Property NextDestinationActorValue As String
public string NextDestinationActorValue { get; }
Property Value
Type: System.String
A string that contains https://schemas.xmlsoap.org/soap/actor/next if Soap11 is used; a string that contains http://www.w3.org/2003/05/soap-envelope/role/next if Soap12 is used; and an empty string if the EnvelopeVersion is None.
Remarks
The ultimate receiver is nulla null reference (Nothing in Visual Basic) if None is specified.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.