C# Class Shadowsocks.Controller.TCPHandler.ProxyTimer

Inheritance: System.Timers.Timer
Datei anzeigen Open project: shadowsocks/shadowsocks-windows

Public Properties

Property Type Description
DestEndPoint System.Net.EndPoint
Server Shadowsocks.Model.Server
Session AsyncSession

Public Methods

Method Description
ProxyTimer ( int p ) : System

Method Details

ProxyTimer() public method

public ProxyTimer ( int p ) : System
p int
return System

Property Details

DestEndPoint public_oe property

public EndPoint,System.Net DestEndPoint
return System.Net.EndPoint

Server public_oe property

public Server,Shadowsocks.Model Server
return Shadowsocks.Model.Server

Session public_oe property

public AsyncSession Session
return AsyncSession