Leadtools.Dicom.AddIn Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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) 
Overridable 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# 
virtual void OnSendConnect( 
   DicomClient Client,
   string hostAddress,
   int hostPort,
   string peerAddress,
   int peerPort
)
C++/CLI 
virtual 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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