←Select platform

UseDefaultWebProxy Property

Summary

Gets or sets whether the DicomWCFStreamer should use the default proxy information to perform web requests.

Syntax

C#
VB
C++
public bool UseDefaultWebProxy { get; set; } 
  
Public Property UseDefaultWebProxy As Boolean 
public: 
property bool UseDefaultWebProxy { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly