LumiSoft Mail Server User API
RouteAction_RouteToHost Constructor (host, port)
Namespaces > LumiSoft.MailServer.API.UserAPI > RouteAction_RouteToHost > RouteAction_RouteToHostNew(String, Int32)
Default constructor.
Syntax
C#Visual BasicManaged C++
public RouteAction_RouteToHost (
	string host,
	int port
)
Public Sub New ( _
	host As String, _
	port As Integer _
)
public:
RouteAction_RouteToHost (
	String^ host, 
	int port
)
Parameters
host (String)
Host name or IP where to route message.
port (Int32)
Host port.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)