Registration Class
Represents a WS-Referral request that is used to request that a WS-Referral statement be inserted or deleted by a SOAP router.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim registration1 As New Registration()
Syntax
'Declaration
Public Class Registration
public class Registration
public ref class Registration
public class Registration
public class Registration
Remarks
A Registration sent from initial sender A to intended receiver B must be followed by a RegistrationResponse sent from B to A.
A SOAP router cannot send a RegistrationResponse unless it is in response to a Registration . If a SOAP router receives a RegistrationResponse that cannot be correlated with a Registration that it generated, it should discard that message.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Referral.Registration
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
Registration Members
Microsoft.Web.Services3.Referral Namespace