C# Class SignalRSimpleChatServerDotNet46.Chat

Inheritance: Hub
Exibir arquivo Open project: hannesne/SignalR_WMR_Sample

Public Methods

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

Method Details

Send() public method

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