Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
<ObsoleteAttribute("HttpWebRequest.Proxy is not supported. Please use HttpRequestCreator.Proxy instead.",  _
	False)> _
Public Property Proxy As Proxy
	Get
	Set
C#
[ObsoleteAttribute("HttpWebRequest.Proxy is not supported. Please use HttpRequestCreator.Proxy instead.", 
	false)]
public Proxy Proxy { get; set; }

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also