C# Class SignalRChatMVC.Hubs.ChatHub

Inheritance: Hub
Mostra file Open project: tigranv/WCF_WEB_API_MVC_WPF

Public Methods

Method Description
Send ( string name, string message ) : void

Method Details

Send() public method

public Send ( string name, string message ) : void
name string
message string
return void