SendReply Constructor

Definition

Initializes a new instance of the SendReply class.

public:
 SendReply();
public SendReply ();
Public Sub New ()

Examples

The following example shows how to use this constructor.

new SendReply
{                           
    Request = receiveString,                            
    Content = new SendParametersContent
    {
        Parameters =
        {
            { "echo", new InArgument<string>(echo) }
        },
    }
},

Applies to