C# Class bedrock.net.HttpSocket.PendingRequest

Mostra file Open project: PersonifyInc/jabber-net

Public Properties

Property 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

Public Methods

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

Method Details

PendingRequest() public method

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
return System

Property Details

Body public_oe property

public byte[] Body
return byte[]

Code public_oe property

public int Code
return int

ContentType public_oe property

public string ContentType
return string

Headers public_oe property

public WebHeaderCollection,System.Net Headers
return System.Net.WebHeaderCollection

Length public_oe property

public int Length
return int

Method public_oe property

public string Method
return string

Offset public_oe property

public int Offset
return int

Response public_oe property

public MemoryStream,System.IO Response
return System.IO.MemoryStream

ResponseText public_oe property

public string ResponseText
return string

URI public_oe property

public Uri,System URI
return System.Uri