C# 클래스 SharpBrake.Mvc.RequestEndEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: nhsevidence/SharpBrake.Mvc 1 사용 예제들

공개 메소드들

메소드 설명
RequestEndEventArgs ( WebRequest request, WebResponse response, string content ) : System

Initializes a new instance of the RequestEndEventArgs class.

메소드 상세

RequestEndEventArgs() 공개 메소드

Initializes a new instance of the RequestEndEventArgs class.
public RequestEndEventArgs ( WebRequest request, WebResponse response, string content ) : System
request System.Net.WebRequest The request.
response System.Net.WebResponse The response.
content string The body of the response.
리턴 System