C# Class SignalRSimpleChatServerDotNet46.Chat

Inheritance: Hub
Afficher le fichier Open project: hannesne/SignalR_WMR_Sample

Méthodes publiques

Méthode Description
Send ( string nick, string message ) : void

Method Details

Send() public méthode

public Send ( string nick, string message ) : void
nick string
message string
Résultat void