[Modify] Polish it
This commit is contained in:
parent
8b9eb8f118
commit
ac5bcba7a1
@ -8,8 +8,7 @@ namespace Example3
|
|||||||
{
|
{
|
||||||
protected override void OnMessage (MessageEventArgs e)
|
protected override void OnMessage (MessageEventArgs e)
|
||||||
{
|
{
|
||||||
var name = Context.QueryString["name"];
|
Send (e.Data);
|
||||||
Send (!name.IsNullOrEmpty () ? String.Format ("\"{0}\" to {1}", e.Data, name) : e.Data);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user