C# Class Shadowsocks.Proxy.HttpProxy.FakeAsyncResult

Inheritance: IAsyncResult
Datei anzeigen Open project: shadowsocks/shadowsocks-windows

Public Properties

Property Type Description
innerState HttpState

Public Methods

Method Description
FakeAsyncResult ( IAsyncResult orig, HttpState state ) : System

Method Details

FakeAsyncResult() public method

public FakeAsyncResult ( IAsyncResult orig, HttpState state ) : System
orig IAsyncResult
state HttpState
return System

Property Details

innerState public_oe property

public HttpState innerState
return HttpState