Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SignalRDemo
Hubs
ChatHub
C# Class SignalRDemo.Hubs.ChatHub
Inheritance:
Microsoft.AspNet.SignalR.Hubs.Hub
ファイルを表示
Open project: cecilphillip/cs50x-cs-samples
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