EnvelopeVersion::GetUltimateDestinationActorValues Method ()

 

Gets a string that contains the URI name for the SOAP role associated with the current message version for the ultimate destination.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
array<String^>^ GetUltimateDestinationActorValues()

Return Value

Type: array<System::String^>^

An empty string if SOAP1.1 is used; a string that contains http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver if SOAP1.2 is used.

The ultimate receiver is null if None is specified.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: