ReplyTo Class

Identifies the intended receiver for replies to a message.

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

Usage

'Usage
Dim address As Address
Dim replyTo1 As New ReplyTo(address)

Syntax

'Declaration
Public Class ReplyTo
    Inherits EndpointReference
public class ReplyTo : EndpointReference
public ref class ReplyTo : EndpointReference
public class ReplyTo extends EndpointReference
public class ReplyTo extends EndpointReference

Remarks

If a SOAP message is sent using SOAP Messaging, the response to the SOAP message is sent according to the following rules:

The ReplyTo class corresponds to the <ReplyTo> element described in the WS-Addressing specification (https://msdn.microsoft.com/library/en-us/dnglobspec/html/ws-addressing.asp).

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services3.Xml.OpenElementElement
     Microsoft.Web.Services3.Xml.OpenElement
       Microsoft.Web.Services3.Addressing.EndpointReference
        Microsoft.Web.Services3.Addressing.ReplyTo

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

ReplyTo Members
Microsoft.Web.Services3.Addressing Namespace