See Also

Connection Class  | Connection Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSH and SFTP for .NET

Client2ServerMACs Property

Dart.PowerTCP.Ssh Namespace > Connection Class : Client2ServerMACs Property

The currently used macs for the client to server direction, in order of preference.

[Visual Basic]
Public Property Client2ServerMACs As String()
[C#]
public string[] Client2ServerMACs {get; set;}
[C++]
public: __property string*[]* get_Client2ServerMACs(); public: __property void set_Client2ServerMACs(    string*[]* value );
[C++/CLI]
public: property array<String^>^ Client2ServerMACs {    array<String^>^ get();    void set (String^array<value>^ value); }

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Connection Class  | Connection Members


Send comments on this topic.

Documentation version 1.0.0.0.

© 2008 Dart Communications.  All rights reserved.