Click or drag to resize

RequestConfigurationProxy Property

The Proxy property identifies the WebProxy instance to use to communicate with the destination server. To specify that no proxy should be used, set the HttpWebRequest. Default value is null.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public IWebProxy Proxy { get; set; }

Property Value

IWebProxy
Exceptions
ExceptionCondition
ArgumentNullExceptionA set operation was requested and the specified value was null .
InvalidOperationException A set operation was requested but data has already been sent to the request stream.
SecurityExceptionThe caller does not have permission for the requested operation.
See Also