C# Class Microsoft.AspNet.SignalR.Tests.HubProxyFacts.MyHub2

Inheritance: Hub
Datei anzeigen Open project: SignalR/SignalR

Public Methods

Method Description
MyHub2 ( int n ) : System
Send ( string value ) : void

Method Details

MyHub2() public method

public MyHub2 ( int n ) : System
n int
return System

Send() public method

public Send ( string value ) : void
value string
return void