C# Class bedrock.net.HttpSocket.PendingRequest

Show 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 property

public byte[] Body
return byte[]

Code public property

public int Code
return int

ContentType public property

public string ContentType
return string

Headers public property

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

Length public property

public int Length
return int

Method public property

public string Method
return string

Offset public property

public int Offset
return int

Response public property

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

ResponseText public property

public string ResponseText
return string

URI public property

public Uri,System URI
return System.Uri