DicomObjects Reference
DicomObjects Reference / DicomServer Object / IncomingIStream Method
Incoming unencrypted stream
User defined tag
In This Topic
    IncomingIStream Method
    In This Topic
    Description
    Accept incoming DICOM association via IStream
    Syntax
    Visual Basic
    Public Sub IncomingIStream( _
       ByVal Stream As Unknown, _
       Optional ByVal Tag As Variant _
    ) 
    Parameters
    Stream
    Incoming unencrypted stream
    Tag
    User defined tag
    Remarks
    This facility is provided for those who wish to handle their own incoming network connections e.g. to allow use of TLS.  The stream provided to this method must be plain-text and bidirectional
    See Also