C# Class NSocket.SocketLib.NSocketSAEAItem

Inheritance: IDisposable
Afficher le fichier Open project: ODotNet/NSocket Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Disconnect ( ) : void

Send disconnect message to client.

Dispose ( ) : void
NSocketSAEAItem ( string uid = "", Socket socket = null ) : System

Method Details

Disconnect() public méthode

Send disconnect message to client.
public Disconnect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NSocketSAEAItem() public méthode

public NSocketSAEAItem ( string uid = "", Socket socket = null ) : System
uid string
socket System.Net.Sockets.Socket
Résultat System