C# Class Yodiwo.YPChannel.Transport.Sockets.ServerChannel

Inheritance: CommonSocketChannel
Afficher le fichier Open project: yodiwo/plegma Class Usage Examples

Méthodes publiques

Свойство Type Description
Server Server

Méthodes publiques

Méthode Description
ServerChannel ( Server Server, Protocol Protocols, ChannelSerializationMode SupportedChannelSerializationModes, ChannelSerializationMode PreferredChannelSerializationModes, StreamSocket _sock ) : System
SetupServerSocket ( ) : bool

Méthodes protégées

Méthode Description
onClose ( string Message ) : void

Private Methods

Méthode Description
_choosePacker ( ChannelSerializationMode modes ) : ChannelSerializationMode

Method Details

ServerChannel() public méthode

public ServerChannel ( Server Server, Protocol Protocols, ChannelSerializationMode SupportedChannelSerializationModes, ChannelSerializationMode PreferredChannelSerializationModes, StreamSocket _sock ) : System
Server Server
Protocols Protocol
SupportedChannelSerializationModes ChannelSerializationMode
PreferredChannelSerializationModes ChannelSerializationMode
_sock Windows.Networking.Sockets.StreamSocket
Résultat System

SetupServerSocket() public méthode

public SetupServerSocket ( ) : bool
Résultat bool

onClose() protected méthode

protected onClose ( string Message ) : void
Message string
Résultat void

Property Details

Server public_oe property

public Server Server
Résultat Server