C# Class ReaLocate.Web.Hubs.ChatHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Mostra file Open project: MichaelaIvanova/ReaLocate

Public Methods

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

Method Details

Hello() public method

public Hello ( ) : void
return void

Send() public method

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