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

ServerPort Property

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

Port to use when connecting to a proxy server.

[Visual Basic]
Public Property ServerPort As Integer
[C#]
public int ServerPort {get; set;}
[C++]
public: __property int get_ServerPort(); public: __property void set_ServerPort(    int value );
[C++/CLI]
public: property int ServerPort {    int get();    void set (int value); }

Return Type

An integer value representing a proxy port to connect to.

Remarks

Specifies the port to use when connecting to the proxy server.

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.