LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OnSendConnect Method
See Also 
Leadtools.Dicom.AddIn.Interfaces Namespace > INotifySendMessage Interface : OnSendConnect Method



Client
The client this notification applies to.
hostAddress
The host address.
hostPort
The host port.
peerAddress
The peer address.
peerPort
The peer port.
Client
The client this notification applies to.
hostAddress
The host address.
hostPort
The host port.
peerAddress
The peer address.
peerPort
The peer port.
Notifies an implementor that a connect message was sent.

Syntax

Visual Basic (Declaration) 
Sub OnSendConnect( _
   ByVal Client As DicomClient, _
   ByVal hostAddress As String, _
   ByVal hostPort As Integer, _
   ByVal peerAddress As String, _
   ByVal peerPort As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As INotifySendMessage
Dim Client As DicomClient
Dim hostAddress As String
Dim hostPort As Integer
Dim peerAddress As String
Dim peerPort As Integer
 
instance.OnSendConnect(Client, hostAddress, hostPort, peerAddress, peerPort)
C# 
void OnSendConnect( 
   DicomClient Client,
   string hostAddress,
   int hostPort,
   string peerAddress,
   int peerPort
)
C++/CLI 
void OnSendConnect( 
   DicomClient^ Client,
   String^ hostAddress,
   int hostPort,
   String^ peerAddress,
   int peerPort
) 

Parameters

Client
The client this notification applies to.
hostAddress
The host address.
hostPort
The host port.
peerAddress
The peer address.
peerPort
The peer port.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features