LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

UseDefaultWebProxy Property (MedicalWebViewerLoader)

Show in webframe



Gets or sets whether the MedicalWebViewerLoader should use the default proxy information to perform web requests.
Syntax
'Declaration
 
Public Property UseDefaultWebProxy As Boolean
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As Boolean
 
instance.UseDefaultWebProxy = value
 
value = instance.UseDefaultWebProxy
public bool UseDefaultWebProxy {get; set;}
public:
property bool UseDefaultWebProxy {
   bool get();
   void set (    bool value);
}

Property Value

true to use the default web proxy; otherwise false.
Remarks

Set this to true if the client is behind a firewall and need to use the proxy information configured for the browser to perform calls to the WCF service.

Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.