C# Class Fun.FunapiHttpTransport.WebState

Show file Open project: iFunFactory/demo-kgc-2015

Public Properties

Property Type Description
aborted bool
buffer byte[]
msg_type string
read_data byte[]
read_offset int
request System.Net.HttpWebRequest
response System.Net.HttpWebResponse
sending ArraySegment
stream Stream

Property Details

aborted public property

public bool aborted
return bool

buffer public property

public byte[] buffer
return byte[]

msg_type public property

public string msg_type
return string

read_data public property

public byte[] read_data
return byte[]

read_offset public property

public int read_offset
return int

request public property

public HttpWebRequest,System.Net request
return System.Net.HttpWebRequest

response public property

public HttpWebResponse,System.Net response
return System.Net.HttpWebResponse

sending public property

public ArraySegment sending
return ArraySegment

stream public property

public Stream stream
return Stream