SendReply 构造函数
定义
public:
SendReply();
public SendReply ();
Public Sub New ()
示例
下面的示例演示如何使用此构造函数。The following example shows how to use this constructor.
new SendReply
{
Request = receiveString,
Content = new SendParametersContent
{
Parameters =
{
{ "echo", new InArgument<string>(echo) }
},
}
},