LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DicomWCFStreamer Class
See Also  Members  
Leadtools.Dicom.Web Namespace : DicomWCFStreamer Class



Provides wrapper functions to call the WCF Leadtools.Dicom.WCF.DICOMService.

Object Model

DicomWCFStreamer Class

Syntax

Visual Basic (Declaration) 
Public Class DicomWCFStreamer 
   Implements IDisposable 
Visual Basic (Usage)Copy Code
Dim instance As DicomWCFStreamer
C# 
public class DicomWCFStreamer : IDisposable  
C++/CLI 
public ref class DicomWCFStreamer : public IDisposable  

Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Remarks

This class is a wrapper for the WCF Leadtools.Dicom.WCF.DICOMService proxy

If calling the WCF service returned an error this class will keep trying to call the same method for the number of StreamingRetiresCount

The DicomWCFStreamer will stay active even if an exception occurred while calling the WCF service.

Inheritance Hierarchy

System.Object
   Leadtools.Dicom.Web.DicomWCFStreamer

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also