Initializes a new instance of ProxySocket class with parameters provided in the supplied Proxy object.

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

Syntax

Visual Basic
Public Sub New ( _
	proxy As Proxy _
)
C#
public ProxySocket(
	Proxy proxy
)

Parameters

proxy
Type: Rebex.Net..::..Proxy
Contains parameters used to initialize this ProxySocket.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also