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.Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
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.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family