C# Class ServerP2P_Login.LoginServer

Login 서버 샘플 : 서버간 P2P통신을 위해 마스터 서버로 접속함 - 최초 로그인을 위한 서버
Mostra file Open project: hothoty/Zero Class Usage Examples

Public Properties

Property Type Description
m_Core ZNet.CoreServerNet
proxy Rmi.Proxy
stub Rmi.Stub

Public Methods

Method Description
LoginServer ( ) : System

Method Details

LoginServer() public method

public LoginServer ( ) : System
return System

Property Details

m_Core public_oe property

public ZNet.CoreServerNet m_Core
return ZNet.CoreServerNet

proxy public_oe property

public Rmi.Proxy proxy
return Rmi.Proxy

stub public_oe property

public Rmi.Stub stub
return Rmi.Stub