C# 클래스 Headless.HttpOutcome

상속: ISerializable
파일 보기 프로젝트 열기: roryprimrose/Headless 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
HttpOutcome ( Uri location, HttpMethod method, HttpStatusCode statusCode, string responseMessage, System.TimeSpan responseTime ) : System

Initializes a new instance of the HttpOutcome class.

ToString ( ) : string

보호된 메소드들

메소드 설명
HttpOutcome ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the HttpOutcome class.

메소드 상세

GetObjectData() 공개 메소드

The is null.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

HttpOutcome() 보호된 메소드

Initializes a new instance of the HttpOutcome class.
/// The is null. ///
protected HttpOutcome ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The information. ///
context System.Runtime.Serialization.StreamingContext /// The context. ///
리턴 System

HttpOutcome() 공개 메소드

Initializes a new instance of the HttpOutcome class.
/// The parameter is null. /// /// The parameter is a relative location. ///
public HttpOutcome ( Uri location, HttpMethod method, HttpStatusCode statusCode, string responseMessage, System.TimeSpan responseTime ) : System
location System.Uri /// The location. ///
method HttpMethod /// The request method. ///
statusCode HttpStatusCode /// The status code. ///
responseMessage string /// The response message. ///
responseTime System.TimeSpan /// The response time. ///
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string