Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

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:
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

Error processing SSI file