Leadtools.Dicom Namespace > DicomNet Class > Connect Method : Connect(String,Int32,String,Int32) Method |
public void Connect( string hostAddress, int hostPort, string peerAddress, int peerPort )
'Declaration Public Overloads Sub Connect( _ ByVal hostAddress As String, _ ByVal hostPort As Integer, _ ByVal peerAddress As String, _ ByVal peerPort As Integer _ )
'Usage Dim instance As DicomNet Dim hostAddress As String Dim hostPort As Integer Dim peerAddress As String Dim peerPort As Integer instance.Connect(hostAddress, hostPort, peerAddress, peerPort)
public void Connect( string hostAddress, int hostPort, string peerAddress, int peerPort )
ObjectiveC Syntax
function Leadtools.Dicom.DicomNet.Connect(String,Int32,String,Int32)( hostAddress , hostPort , peerAddress , peerPort )
public: void Connect( String^ hostAddress, int hostPort, String^ peerAddress, int peerPort )
If hostPort is 0, the port number will be the number of the first available port. In most cases, you should pass 0 for this parameter. If you pass any port number other than 0, that port number will be used for the first connection and when you close the connection, LEADTOOLS will wait for the internal TCP timeout before releasing the port. This may lead to problems reconnecting. If you pass 0, then on subsequent connections LEADTOOLS will use the next available port.
To connect to an Calling AE as an Called AE, you must first create a DicomNet object. Then call Connect(String,Int32,String,Int32) to establish the connection.
To use your computer as an Calling AE, you must first create a DicomNet object. Then call Listen(String,Int32,Int32) to listen for incoming connection requests.
When an Called AE calls this method, it generates a call to OnAccept on the Calling AE.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2