C# Class Zoompf.SPDYAnalysis.SimpleResponse

Very simple web response
Afficher le fichier Open project: zoompf/SPDYCheck Class Usage Examples

Méthodes publiques

Свойство Type Description
BodyBytes byte[]
Headers System.Collections.Specialized.NameValueCollection
ResponseURL System.Uri
statusCode int

Méthodes publiques

Méthode Description
GetHeaderValue ( String header ) : String
SimpleResponse ( ) : System
SimpleResponse ( Uri finalUrl ) : System
setHeaders ( NameValueCollection headers ) : void

Normalizes the header names

Method Details

GetHeaderValue() public méthode

public GetHeaderValue ( String header ) : String
header String
Résultat String

SimpleResponse() public méthode

public SimpleResponse ( ) : System
Résultat System

SimpleResponse() public méthode

public SimpleResponse ( Uri finalUrl ) : System
finalUrl System.Uri
Résultat System

setHeaders() public méthode

Normalizes the header names
public setHeaders ( NameValueCollection headers ) : void
headers System.Collections.Specialized.NameValueCollection
Résultat void

Property Details

BodyBytes public_oe property

public byte[] BodyBytes
Résultat byte[]

Headers public_oe property

public NameValueCollection,System.Collections.Specialized Headers
Résultat System.Collections.Specialized.NameValueCollection

ResponseURL public_oe property

public Uri,System ResponseURL
Résultat System.Uri

statusCode public_oe property

public int statusCode
Résultat int