Referral.Go Property

Gets the go element of a referral statement.

Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim referral1 As Referral

Dim returnValue As ViaCollection
returnValue = referral1.Go

Syntax

'Declaration
Public ReadOnly Property Go() As ViaCollection
public ViaCollection Go {get;}
public:
property ViaCollection^ Go {
    ViaCollection^ get();
}
public ViaCollection get_Go();
public function get Go() : ViaCollection;

Property Value

A ViaCollection containing the list of endpoints to which a message may be sent if it matches the referral statement.

Remarks

If a SOAP message is headed for a SOAP actor (for which this referral is intended) and the set of conditions are fulfilled, the WSE will choose the first Via object of this collection when forwarding a message.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

Referral Class
Referral Members
Microsoft.Web.Services3.Referral Namespace