C# Class WebRequestsWithCSharp.RequestState

显示文件 Open project: panesofglass/PracticalFSharp

Public Properties

Property Type Description
BufferRead byte[]
Request System.Net.WebRequest
RequestData System.Text.StringBuilder
ResponseStream System.IO.Stream
StreamDecode System.Text.Decoder

Public Methods

Method Description
RequestState ( ) : System.IO

Method Details

RequestState() public method

public RequestState ( ) : System.IO
return System.IO

Property Details

BufferRead public_oe property

public byte[] BufferRead
return byte[]

Request public_oe property

public WebRequest,System.Net Request
return System.Net.WebRequest

RequestData public_oe property

public StringBuilder,System.Text RequestData
return System.Text.StringBuilder

ResponseStream public_oe property

public Stream,System.IO ResponseStream
return System.IO.Stream

StreamDecode public_oe property

public Decoder,System.Text StreamDecode
return System.Text.Decoder