RegistrationResponse Class
Represents a WS-Referral response that contains the result of a WS-Referral registration.
Namespace: Microsoft.Web.Services2.Referral
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim registrationResponse1 As New RegistrationResponse()
Syntax
'Declaration
Public Class RegistrationResponse
public class RegistrationResponse
public ref class RegistrationResponse
public class RegistrationResponse
public class RegistrationResponse
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.Services2.Referral.RegistrationResponse
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 Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
Microsoft.Web.Services2.Referral Namespace