WSAddressing.AnyRole Field
Specifies a URI that is used to dispatch messages for destinations that are not registered in the SoapReceivers collection.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As Uri
returnValue = WSAddressing.AnyRole
Dim sampleValue As Uri
WSAddressing.AnyRole = sampleValue
Syntax
'Declaration
Public Shared ReadOnly AnyRole As Uri
public static readonly Uri AnyRole;
public:
static initonly Uri^ AnyRole;
public static Uri AnyRole;
public static var AnyRole : Uri;
Remarks
Registering a SoapReceiver with Add(EndpointReference,Object) using this value will cause any messages that would have not been dispatched to be delivered to the new receiver.
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
WSAddressing Class
WSAddressing Members
Microsoft.Web.Services3.Addressing Namespace