C# 클래스 URSA.Web.Http.RequestInfo

Describes an HTTP request.
상속: IRequestInfo, IDisposable
파일 보기 프로젝트 열기: alien-mcl/URSA 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dispose void
RequestInfo System
RequestInfo System

공개 메소드들

메소드 설명
Parse ( Verb method, HttpUrl url, string message ) : RequestInfo

Parses a given string as a RequestInfo.

비공개 메소드들

메소드 설명
Dispose ( ) : void
RequestInfo ( Verb method, HttpUrl url, Stream body, IClaimBasedIdentity identity ) : System
RequestInfo ( Verb method, HttpUrl url, Stream body, IClaimBasedIdentity identity, HeaderCollection headers ) : System

메소드 상세

Parse() 공개 정적인 메소드

Parses a given string as a RequestInfo.
public static Parse ( Verb method, HttpUrl url, string message ) : RequestInfo
method Verb Method of the request.
url HttpUrl URL of the request.
message string Request content.
리턴 RequestInfo