LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

UseDefaultWebProxy Property (DicomWCFStreamer)






Gets or sets whether the DicomWCFStreamer 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 DicomWCFStreamer
Dim value As Boolean
 
instance.UseDefaultWebProxy = value
 
value = instance.UseDefaultWebProxy
public bool UseDefaultWebProxy {get; set;}
 get_UseDefaultWebProxy();
set_UseDefaultWebProxy(value);
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.