|
ProxySessionProxy Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Gets the proxy.
Namespace:
Furcadia.Net.Proxy
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public NetProxy Proxy { get; }
Public ReadOnly Property Proxy As NetProxy
Get
Dim instance As ProxySession
Dim value As NetProxy
value = instance.Proxy
public:
property NetProxy^ Proxy {
NetProxy^ get ();
}
member Proxy : NetProxy with get
Property Value
Type:
NetProxy
The proxy.
See Also