DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / SendInstances Method / SendInstances(Stream) Method

The Stream which contains the data to be transmitted




In This Topic
    SendInstances(Stream) Method
    In This Topic
    Sends data which is contained in a System IO Stream over a DicomAssociation
    Syntax
    'Declaration
     
    
    Public Overloads Sub SendInstances( _
       ByVal Stream As Stream _
    ) 
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim Stream As Stream
     
    instance.SendInstances(Stream)
    public void SendInstances( 
       Stream Stream
    )
    public:
    void SendInstances( 
       Stream^ Stream
    ) 

    Parameters

    Stream

    The Stream which contains the data to be transmitted

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also