示例#1
0
		public void RecordRequest(object arguments, Type recordedType, string methodName, TapeToken token)
		{
			RecordObject(arguments, recordedType, methodName, RequestFileTypeName, token.Value);
		}
示例#2
0
 public void RecordRequest(object arguments, Type recordedType, string methodName, TapeToken token)
 {
     RecordObject(arguments, recordedType, methodName, RequestFileTypeName, token.Value);
 }
示例#3
0
		public void RecordResponse(object returnValue, Type recordedType, string methodName, TapeToken token)
		{
			RecordObject(returnValue, recordedType, methodName, ResponseFileTypeName, token.Value);
		}
示例#4
0
 public void RecordResponse(object returnValue, Type recordedType, string methodName, TapeToken token)
 {
     RecordObject(returnValue, recordedType, methodName, ResponseFileTypeName, token.Value);
 }