Gets the WCF service proxy which is used to call the Leadtools.Dicom.WCF.DICOMService.
public DicomWCFStreamer WCFServiceProxy { get; }
Public ReadOnly Property WCFServiceProxy As Leadtools.Dicom.Web.DicomWCFStreamer
public:
property Leadtools.Dicom.Web.DicomWCFStreamer^ WCFServiceProxy {
Leadtools.Dicom.Web.DicomWCFStreamer^ get();
}
The DicomWCFStreamer proxy object used to communicate with the Leadtools.Dicom.WCF.DICOMService.
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.
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET