Gets or sets whether the
DicomWCFStreamer should use the default proxy information to perform web requests.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property UseDefaultWebProxy As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DicomWCFStreamer
Dim value As Boolean
instance.UseDefaultWebProxy = value
value = instance.UseDefaultWebProxy |
| C# | |
|---|
public bool UseDefaultWebProxy {get; set;} |
| C++/CLI | |
|---|
public:
property bool UseDefaultWebProxy {
bool get();
void set ( bool value);
} |
Property Value
true to use the default web proxy; otherwise false.
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also