- 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) | |
---|---|
Public 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# | |
---|---|
public virtual void OnSendConnect( DicomClient client, string hostAddress, int hostPort, string peerAddress, int peerPort ) |
C++/CLI | |
---|---|
public: 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