C# Class HumbleNetwork.Sessions

ファイルを表示 Open project: joaofx/HumbleNetwork

Public Methods

Method Description
DisposeAllSessions ( ) : void
Disposed ( Session session ) : void
NewSession ( HumbleServer humbleServer, TcpClient client, Framing framing, string delimiter ) : Session

Method Details

DisposeAllSessions() public method

public DisposeAllSessions ( ) : void
return void

Disposed() public method

public Disposed ( Session session ) : void
session Session
return void

NewSession() public method

public NewSession ( HumbleServer humbleServer, TcpClient client, Framing framing, string delimiter ) : Session
humbleServer HumbleServer
client System.Net.Sockets.TcpClient
framing Framing
delimiter string
return Session