See Also

Proxy Class  | Proxy Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Server Property

Dart.PowerTCP.SslSockets Namespace > Proxy Class : Server Property (Proxy)

Get or set a value which specifies the proxy server to use.

[Visual Basic]
Public Property Server As String
[C#]
public string Server {get; set;}
[C++]
public: __property string* get_Server(); public: __property void set_Server(    string* value );
[C++/CLI]
public: property String^ Server {    String^ get();    void set (String^ value); }

Return Type

A string representing the proxy server to use.

Remarks

Specifies the hostname of the proxy server. Specify the server either in dot notation ("111.111.111.111") or by host name ("myserver").

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Proxy Class  | Proxy Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.