LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

WCFServiceProxy Property

Show in webframe



Gets the WCF service proxy which is used to call the Leadtools.Dicom.WCF.DICOMService.
Syntax
'Declaration
 
Public ReadOnly Property WCFServiceProxy As DicomWCFStreamer
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As DicomWCFStreamer
 
value = instance.WCFServiceProxy
public DicomWCFStreamer WCFServiceProxy {get;}
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

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.