LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

UseDefaultWebProxy Property (DicomWCFStreamer)

Show in webframe



Gets or sets whether the DicomWCFStreamer should use the default proxy information to perform web requests.
Syntax
'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;}
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

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

 

 


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