5 references to Argument
ClientSample (5)
HubSample.cs (1)
22
var baseUrlArgument = cmd.
Argument
("<BASEURL>", "The URL to the Chat Hub to test");
Program.cs (1)
36
var commandArgument = cmd.
Argument
("<COMMAND>", "The command to get help for");
RawSample.cs (1)
25
var baseUrlArgument = cmd.
Argument
("<BASEURL>", "The URL to the Chat EndPoint to test");
StreamingSample.cs (1)
19
var baseUrlArgument = cmd.
Argument
("<BASEURL>", "The URL to the Chat Hub to test");
UploadSample.cs (1)
22
var baseUrlArgument = cmd.
Argument
("<BASEURL>", "The URL to the Chat Hub to test");