Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
GettingStarted
SignalR
ChatSite
ChatHub
C# Class GettingStarted.SignalR.ChatSite.ChatHub
集线器
Inheritance:
Hub
Show file
Open project: mcgrady525/GettingStarted.SignalR
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