C# Class Brunet.Transport.TcpEdgeListener.SendWaitAction

Inheritance: SocketStateAction
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Socket Socket

Public Methods

Method Description
SendWaitAction ( Socket s ) : System
Start ( SocketState ss ) : void

Method Details

SendWaitAction() public method

public SendWaitAction ( Socket s ) : System
s Socket
return System

Start() public method

public Start ( SocketState ss ) : void
ss SocketState
return void

Property Details

Socket public property

public Socket Socket
return Socket