C# Класс hds.MarginSocket

Показать файл Открыть проект

Открытые методы

Метод Описание
MarginSocket ( ) : System
isAnotherClientActive ( UInt32 charId ) : bool
removeClientsByCharId ( UInt32 charId ) : void
sendUDPSessionReply ( UInt32 charID ) : void

An external Hole to establish the UDP Session. Will be called by a seperate thread maybe (NOT FINISHED YET)

startServer ( ) : void
stopServer ( ) : void
unlockWaitingUser ( UInt32 userId ) : void

Приватные методы

Метод Описание
ListenForClients ( ) : void

Описание методов

MarginSocket() публичный Метод

public MarginSocket ( ) : System
Результат System

isAnotherClientActive() публичный Метод

public isAnotherClientActive ( UInt32 charId ) : bool
charId System.UInt32
Результат bool

removeClientsByCharId() публичный Метод

public removeClientsByCharId ( UInt32 charId ) : void
charId System.UInt32
Результат void

sendUDPSessionReply() публичный Метод

An external Hole to establish the UDP Session. Will be called by a seperate thread maybe (NOT FINISHED YET)
public sendUDPSessionReply ( UInt32 charID ) : void
charID System.UInt32
Результат void

startServer() публичный Метод

public startServer ( ) : void
Результат void

stopServer() публичный Метод

public stopServer ( ) : void
Результат void

unlockWaitingUser() публичный Метод

public unlockWaitingUser ( UInt32 userId ) : void
userId System.UInt32
Результат void