- Client
- The client this notification applies to.
- hostAddress
- The host address.
- hostPort
- The host port.
- peerAddress
- The peer address.
- peerPort
- The peer port.
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 |
---|---|
|
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family