DVTk API
Connect Method (hostname, port)
DVTkDvtk.IheActors.Hl7Hl7MllpConnect(String, Int32)
DVTk API

[This is preliminary documentation and is subject to change.]

Make a network connection to a server with the given hostname and port.
Declaration Syntax
C#Visual BasicVisual C++
public bool Connect(
	string hostname,
	int port
)
Public Function Connect ( _
	hostname As String, _
	port As Integer _
) As Boolean
public:
bool Connect(
	String^ hostname, 
	int port
)
Parameters
hostname (String)
Server hostname.
port (Int32)
Connection port - Server listen port.
Return Value
bool - true if connection is made.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0