C#
VB
C++
Notifies an implementor that a connect message was sent.
public virtual void OnSendConnect(DicomClient client,string hostAddress,int hostPort,string peerAddress,int peerPort)
Public Overridable Sub OnSendConnect( _ByVal client As Leadtools.Dicom.Addin.DicomClient, _ByVal hostAddress As String, _ByVal hostPort As Integer, _ByVal peerAddress As String, _ByVal peerPort As Integer _)
public:virtual void OnSendConnect(Leadtools.Dicom.Addin.DicomClient^ client,String^ hostAddress,int hostPort,String^ peerAddress,int peerPort)
client
The client this notification applies to.
hostAddress
The host address.
hostPort
The host port.
peerAddress
The peer address.
peerPort
The peer port.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
