C# Class NSocket.SocketLib.NSocketSAEAItem

Inheritance: IDisposable
Exibir arquivo Open project: ODotNet/NSocket Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Disconnect ( ) : void

Send disconnect message to client.

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

Method Details

Disconnect() public method

Send disconnect message to client.
public Disconnect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

NSocketSAEAItem() public method

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