C# Class bedrock.net.HttpSocket.PendingRequest

Afficher le fichier Open project: PersonifyInc/jabber-net

Méthodes publiques

Свойство Type Description
Body byte[]
Code int
ContentType string
Headers System.Net.WebHeaderCollection
Length int
Method string
Offset int
Response System.IO.MemoryStream
ResponseText string
URI System.Uri

Méthodes publiques

Méthode Description
PendingRequest ( string method, Uri URL, byte body, int offset, int len, string contentType ) : System

Method Details

PendingRequest() public méthode

public PendingRequest ( string method, Uri URL, byte body, int offset, int len, string contentType ) : System
method string
URL System.Uri
body byte
offset int
len int
contentType string
Résultat System

Property Details

Body public_oe property

public byte[] Body
Résultat byte[]

Code public_oe property

public int Code
Résultat int

ContentType public_oe property

public string ContentType
Résultat string

Headers public_oe property

public WebHeaderCollection,System.Net Headers
Résultat System.Net.WebHeaderCollection

Length public_oe property

public int Length
Résultat int

Method public_oe property

public string Method
Résultat string

Offset public_oe property

public int Offset
Résultat int

Response public_oe property

public MemoryStream,System.IO Response
Résultat System.IO.MemoryStream

ResponseText public_oe property

public string ResponseText
Résultat string

URI public_oe property

public Uri,System URI
Résultat System.Uri