コード例 #1
0
 /// <inheritdoc />
 public int WatchWebRequests(PipeLineStages stage, Regex regex,
                             int priority, Func <int, HttpApplication, WatchResponse> request) =>
 WebRequestHandler.Watch(this, stage, regex, priority, request);