Exemple #1
0
 public SingleHttpCommandParserProvider(IHttpCommandParser commandParser)
 {
     if (commandParser == null)
     {
         throw new ArgumentNullException(nameof(commandParser));
     }
     CommandParser = commandParser;
 }
 public SingleHttpCommandParserProvider(IHttpCommandParser commandParser)
 {
     if (commandParser == null) throw new ArgumentNullException(nameof(commandParser));
     CommandParser = commandParser;
 }