C# Mine
ContentsIndexHome
PreviousUpNext
MineServer.MineServer Constructor (eMineListenerProtocol, IPAddress, int, IDataAccess)

Initializes a new instance of the Server class.

Syntax
C#
public MineServer(eMineListenerProtocol protocol, IPAddress address, int port, IDataAccess dataAccess);
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. 
IDataAccess dataAccess 
Interface that will allow the Server to communicate to your External data store 
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!