PowerTCP Telnet for .NET CF
HostNameOrAddress Property
See Also  Send comments on this topic.
Dart.Common Namespace > Proxy Class : HostNameOrAddress Property




Gets or sets a value which specifies the proxy server to use.

Syntax

Visual Basic (Declaration) 
Public Property HostNameOrAddress As String
Visual Basic (Usage)Copy Code
Dim instance As Proxy
Dim value As String
 
instance.HostNameOrAddress = value
 
value = instance.HostNameOrAddress
C# 
public string HostNameOrAddress {get; set;}
Managed Extensions for C++ 
public: __property string* get_HostNameOrAddress();
public: __property void set_HostNameOrAddress( 
   string* value
);
C++/CLI 
public:
property String^ HostNameOrAddress {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the proxy server to use.

Remarks

Specifies the address or host name of the proxy server. Format in dot notation ("111.111.111.111") or by host name ("myserver").

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.