Méthode | Description | |
---|---|---|
CrowbarHttpRequest ( string path, IHttpPayload payload ) : System |
Creates an instance of CrowbarHttpRequest. The requested path. The payload.
|
|
GetHeader ( string name, int index = -1 ) : string | ||
GetHeaderNames ( ) : IEnumerable |
||
GetMethod ( ) : string | ||
GetProtocol ( ) : string | ||
GetRequestBody ( ) : string | ||
GetUrl ( string rawUrl ) : string |
Méthode | Description | |
---|---|---|
CreateContentTypeHeader ( ) : string | ||
CreateCookieHeader ( ) : string | ||
CreateKnownRequestHeaderValue ( int index ) : string |
public CrowbarHttpRequest ( string path, IHttpPayload payload ) : System | ||
path | string | |
payload | IHttpPayload | |
Résultat | System |
public GetHeader ( string name, int index = -1 ) : string | ||
name | string | |
index | int | |
Résultat | string |