EnvelopeVersion.GetUltimateDestinationActorValues 方法
定义
获取一个字符串,该字符串包含与最终目标的当前消息版本关联的 SOAP 角色的 URI 名称。Gets a string that contains the URI name for the SOAP role associated with the current message version for the ultimate destination.
public:
cli::array <System::String ^> ^ GetUltimateDestinationActorValues();
public string[] GetUltimateDestinationActorValues ();
member this.GetUltimateDestinationActorValues : unit -> string[]
Public Function GetUltimateDestinationActorValues () As String()
返回
- String[]
如果使用 SOAP1.1,则为空字符串;如果使用 SOAP1.2,则为包含 http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver 的字符串。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.
示例
string[] ultDestsS12 = envS12.GetUltimateDestinationActorValues();
Dim ultDestsS12() As String = envS12.GetUltimateDestinationActorValues()
注解
如果指定了 null,最终接收方将为 None。The ultimate receiver is null if None is specified.