1using System.Threading.Tasks;
31 public string Url {
get; }
Event arguments for callback methods with the aim of pushing a URL to a client.
string Url
URL to push to the client.
object State
State object to pass on to the callback method.
ClientUrlEventArgs(string Url, object State)
Event arguments for callback methods with the aim of pushing a URL to a client.
delegate Task ClientUrlEventHandler(object Sender, ClientUrlEventArgs e)
Delegat for client URL callback methods.