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 DicomClient, _
ByVal hostAddress As String, _
ByVal hostPort As Integer, _
ByVal peerAddress As String, _
ByVal peerPort As Integer _
)
public:
virtual void OnSendConnect(
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document