6 writes to Description
ClientSample (6)
HubSample.cs (1)
20cmd.Description = "Tests a connection to a hub";
Program.cs (2)
25app.Description = "Client Samples for SignalR"; 34cmd.Description = "Get help for the application, or a specific command";
RawSample.cs (1)
23cmd.Description = "Tests a connection to an endpoint";
StreamingSample.cs (1)
17cmd.Description = "Tests a streaming connection to a hub";
UploadSample.cs (1)
20cmd.Description = "Tests a streaming invocation from client to hub";
1 reference to Description
ClientSample (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
516commandsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, cmd.Name, cmd.Description);