C# Class Nekoxy.HttpResponse

HTTPレスポンスデータ。
Afficher le fichier Open project: Gizeta/Nekoxy-fiddler Class Usage Examples

Méthodes publiques

Méthode Description
HttpResponse ( HttpStatusLine statusLine, HttpHeaders headers, byte body ) : System

HTTPステータス、ヘッダ、ボディを元に初期化。

ToString ( ) : string

Method Details

HttpResponse() public méthode

HTTPステータス、ヘッダ、ボディを元に初期化。
public HttpResponse ( HttpStatusLine statusLine, HttpHeaders headers, byte body ) : System
statusLine TrotiNet.HttpStatusLine HTTPステータスライン。
headers HttpHeaders HTTPレスポンスヘッダ。
body byte HTTPレスポンスボディ。
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string