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