Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

UseDefaultWebProxy Property (MedicalWebViewerLoader)






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

            

            
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

Error processing SSI file