C# Class XamarinSignalRExample.Server.Hubs.Chat

Inheritance: Hub
Mostra file Open project: schneidenbach/Xamarin-Forms-and-SignalR-Example

Public Methods

Method Description
SendMessage ( string username, string message ) : void

Method Details

SendMessage() public method

public SendMessage ( string username, string message ) : void
username string
message string
return void