Share via


RegistrationResponse Class

Represents a WS-Referral response that contains the result of a WS-Referral registration.

Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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.Services3.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 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

RegistrationResponse Members
Microsoft.Web.Services3.Referral Namespace