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



Gets the WCF service proxy which is used to call the Leadtools.Dicom.WCF.DICOMService.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property WCFServiceProxy As DicomWCFStreamer
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
Dim value As DicomWCFStreamer
 
value = instance.WCFServiceProxy
C# 
public DicomWCFStreamer WCFServiceProxy {get;}
C++/CLI 
public:
property DicomWCFStreamer^ WCFServiceProxy {
   DicomWCFStreamer^ get();
}

Property Value

The DicomWCFStreamer proxy object used to communicate with the Leadtools.Dicom.WCF.DICOMService.

Example

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

Remarks

Generally you won't need to use this object unless you need to retrieve simple information from the service.

The methods called from this object will always communicate with the WCF service and won't use the user cache.

Requirements

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

See Also