PowerTCP Sockets for .NET
TargetHost Property




Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property TargetHost As String
'Usage
 
Dim instance As ClientSecurity
Dim value As String
 
instance.TargetHost = value
 
value = instance.TargetHost
[DefaultValue("")]
public string TargetHost {get; set;}
[DefaultValue("")]
public: __property string* get_TargetHost();
public: __property void set_TargetHost( 
   string* value
);
[DefaultValue("")]
public:
property String^ TargetHost {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

ClientSecurity Class
ClientSecurity Members


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