Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property WCFServiceProxy As DicomWCFStreamer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomWCFStreamer WCFServiceProxy {get;} |
C++/CLI | |
---|---|
public: property DicomWCFStreamer^ WCFServiceProxy { DicomWCFStreamer^ get(); } |
Return Value
The DicomWCFStreamer proxy object used to communicate with the DICOMService.Please check our Medical Web Viewer demo, located in WinForms.csproj 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: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family