C# Class Avalon.Network.Client

Show file Open project: mabinogidev/mabinogi-development

Public Properties

Property Type Description
m_socListener System.Net.Sockets.Socket

Public Methods

Method Description
Client ( string host, int port ) : System

Method Details

Client() public method

public Client ( string host, int port ) : System
host string
port int
return System

Property Details

m_socListener public property

public Socket,System.Net.Sockets m_socListener
return System.Net.Sockets.Socket