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