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