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
); |
Property Value
A string representing the proxy server to use.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also