IWebSocket::OnMessage Property

.NET Framework 4.5

Invoked when data is sent over the websocket

Namespace:  Microsoft.AspNet.SignalR.Hosting
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

property Action<String^>^ OnMessage {
	Action<String^>^ get ();
	void set (Action<String^>^ value);
}

Property Value

Type: System::Action<String>
Show: