C# Mine
ContentsIndexHome
PreviousUpNext
MineServer.MineServer Constructor

Initializes a new instance of the Server class.

Syntax
C#
public MineServer(BaseApplication.eMineListenerProtocol protocol, IPAddress address, int port);
Parameters 
Description 
BaseApplication.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. 
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!