C# 클래스 OpenStack.Net.HttpResponseEventArgs

This class contains data for events that happen in the context of an HTTP response.
상속: System.EventArgs
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

공개 메소드들

메소드 설명
HttpResponseEventArgs ( Task response ) : System

Initializes a new instance of the HttpResponseEventArgs class with the specified web response.

메소드 상세

HttpResponseEventArgs() 공개 메소드

Initializes a new instance of the HttpResponseEventArgs class with the specified web response.
If is .
public HttpResponseEventArgs ( Task response ) : System
response Task The HTTP web response.
리턴 System