C# Class Gwupe.Agent.Components.Functions.API.ClientImpl

Datei anzeigen Open project: gwupe/Gwupe

Protected Properties

Property Type Description
SecondParty Gwupe.Agent.Components.Person.Attendance
Socket ISocket

Protected Methods

Method Description
ClientImpl ( Attendance secondParty ) : System
OnClientConnectionClosed ( ) : void
OnClientConnectionOpened ( ) : void

Private Methods

Method Description
Close ( ) : void

Method Details

ClientImpl() protected method

protected ClientImpl ( Attendance secondParty ) : System
secondParty Gwupe.Agent.Components.Person.Attendance
return System

OnClientConnectionClosed() protected method

protected OnClientConnectionClosed ( ) : void
return void

OnClientConnectionOpened() protected method

protected OnClientConnectionOpened ( ) : void
return void

Property Details

SecondParty protected_oe property

protected Attendance,Gwupe.Agent.Components.Person SecondParty
return Gwupe.Agent.Components.Person.Attendance

Socket protected_oe property

protected ISocket Socket
return ISocket