PowerTCP Sockets for .NET
Type Property (Proxy)




The ProxyType desired.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Type As ProxyType
'Usage
 
Dim instance As Proxy
Dim value As ProxyType
 
instance.Type = value
 
value = instance.Type
[DefaultValue()]
public ProxyType Type {get; set;}
[DefaultValue()]
public: __property ProxyType get_Type();
public: __property void set_Type( 
   ProxyType value
);
[DefaultValue()]
public:
property ProxyType Type {
   ProxyType get();
   void set (    ProxyType value);
}
See Also

Reference

Proxy Class
Proxy Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic