You are here: Symbol Reference > Monnit.Mine Namespace > MineServer Class > MineServer.MineServer Constructor
MineServer.MineServer Constructor
MineServer Class  MineServer Members  MineServer Class  Send Feedback

Initializes a new instance of the Server class.

Syntax
C++
C#
Visual Basic
MineServer(eMineListenerProtocol protocol, IPAddress address, int port);
Parameters 
Description 
eMineListenerProtocol protocol 
Protocol server will accept data from. 
IPAddress address 
IP address to bind socket(s) to. 
int port 
Port to bind socket(s) to.