Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SignalRChatMVC
Hubs
ChatHub
C# Class SignalRChatMVC.Hubs.ChatHub
Inheritance:
Hub
显示文件
Open project: tigranv/WCF_WEB_API_MVC_WPF
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