C# Class UniSpyServer.Servers.GameTrafficRelay.Application.UdpServer

Inheritance: UniSpyServer.UniSpyLib.Abstraction.BaseClass.Network.Udp.Server.UdpServer
Exibir arquivo Open project: GameProgressive/UniSpyServer

Public Methods

Method Description
UdpServer ( Guid serverID, string serverName, IPEndPoint endpoint ) : System

Protected Methods

Method Description
CreateClient ( ISession session ) : IClient

Method Details

CreateClient() protected method

protected CreateClient ( ISession session ) : IClient
session ISession
return IClient

UdpServer() public method

public UdpServer ( Guid serverID, string serverName, IPEndPoint endpoint ) : System
serverID Guid
serverName string
endpoint IPEndPoint
return System