←Select platform

WCFServiceProxy Property

Summary

Gets the WCF service proxy which is used to call the Leadtools.Dicom.WCF.DICOMService.

Syntax

C#
VB
C++
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(); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly