示例#1
0
 public Exception OnException(RecorderContext recorderContext, Exception exception)
 {
     return(exception);
 }
示例#2
0
 public void OnRequest(RecorderContext recorderContext)
 {
 }
示例#3
0
 public void OnResponse(RecorderContext recorderContext)
 {
 }
示例#4
0
 public RequestRecorderFilter(RecorderContext recorderContext)
 {
     this.recorderContext = recorderContext;
 }