You are here:
Symbol Reference > Monnit.Mine Namespace >
MineServer Class
>
MineServer.MineServer Constructor
Collapse All
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
);
public
MineServer
(
eMineListenerProtocol
protocol
, IPAddress
address
,
int
port
);
Public
Sub
New
(
protocol
As
eMineListenerProtocol
,
address
As
IPAddress,
port
As
Integer
)
See Also
MineServer Class
,
MineServer Members
,
MineServer Class
Class
MineServer Class
Parameters
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.