C# Class URSA.Web.Http.RequestInfo

Describes an HTTP request.
Inheritance: IRequestInfo, IDisposable
Afficher le fichier Open project: alien-mcl/URSA Class Usage Examples

Private Properties

Свойство Type Description
Dispose void
RequestInfo System
RequestInfo System

Méthodes publiques

Méthode Description
Parse ( Verb method, HttpUrl url, string message ) : RequestInfo

Parses a given string as a RequestInfo.

Private Methods

Méthode Description
Dispose ( ) : void
RequestInfo ( Verb method, HttpUrl url, Stream body, IClaimBasedIdentity identity ) : System
RequestInfo ( Verb method, HttpUrl url, Stream body, IClaimBasedIdentity identity, HeaderCollection headers ) : System

Method Details

Parse() public static méthode

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.
Résultat RequestInfo