LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

WCFServiceProxy Property






Gets the WCF service proxy which is used to call the Leadtools.Dicom.WCF.DICOMService.
Syntax
public DicomWCFStreamer WCFServiceProxy {get;}
'Declaration
 
Public ReadOnly Property WCFServiceProxy As DicomWCFStreamer
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As DicomWCFStreamer
 
value = instance.WCFServiceProxy
public DicomWCFStreamer WCFServiceProxy {get;}
 get_WCFServiceProxy(); 
public:
property DicomWCFStreamer^ WCFServiceProxy {
   DicomWCFStreamer^ get();
}

Property Value

The DicomWCFStreamer proxy object used to communicate with the Leadtools.Dicom.WCF.DICOMService.
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.

Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
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

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.