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

Inheritance: UniSpyServer.UniSpyLib.Abstraction.BaseClass.Network.Udp.Server.UdpServer
Afficher le fichier Open project: GameProgressive/UniSpyServer

Méthodes publiques

Méthode Description
UdpServer ( Guid serverID, string serverName, IPEndPoint endpoint ) : System

Méthodes protégées

Méthode Description
CreateClient ( ISession session ) : IClient

Method Details

CreateClient() protected méthode

protected CreateClient ( ISession session ) : IClient
session ISession
Résultat IClient

UdpServer() public méthode

public UdpServer ( Guid serverID, string serverName, IPEndPoint endpoint ) : System
serverID Guid
serverName string
endpoint IPEndPoint
Résultat System