Public Property Proxy As Proxy
Dim instance As TcpSession Dim value As Proxy instance.Proxy = value value = instance.Proxy
public Proxy Proxy {get; set;}
public: __property Proxy* get_Proxy(); public: __property void set_Proxy( Proxy* value );
public: property Proxy^ Proxy { Proxy^ get(); void set ( Proxy^ value); }
TcpSession Class TcpSession Members