Gets or sets the network proxy to use to access a remote server.

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

Syntax

Visual Basic
Public Property Proxy As Proxy
	Get
	Set
C#
public Proxy Proxy { get; set; }

Field Value

The Proxy to use to access a remote server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also