public RequestInterceptorContext(GetCurrentResponse accessResponseMethod)
 {
     _responseAccessorPointer = accessResponseMethod;
 }
 public RequestInterceptorContext(GetCurrentResponse accessResponseMethod)
 {
     _responseAccessorPointer = accessResponseMethod;
 }
예제 #3
0
 public static void Echo(string value)
 {
     GetCurrentResponse.Write(String.Format("<br/>{0}<br/>", value));
 }