Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : WCFServiceProxy Property |
'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(); }
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.