DicomObjects Reference
DicomObjects Reference / DicomConnection Object / LocalPort Property
In This Topic
    LocalPort Property
    In This Topic
    Description
    Local port Called
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property LocalPort As Long
    Remarks

    These properties relate to open incoming associations only, and can be accessed at any time after the association has been made.  For “outgoing” DicomConnection objects, they are null and 0.  For “incoming” DicomConnection objects such as those created automatically as part of incoming C-STORE (async), C-FIND of C-GET requests, they relate to the association received.  For C-MOVE, they continue to refer to the incoming association even once an outgoing association to carry the images has been established.

    For remote application details see CallingAET, CalledAET & RemoteIP

    See Also