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

Username Property

Dart.PowerTCP.SslSockets Namespace > Proxy Class : Username Property

User name to use when authenticating to a proxy.

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

Return Type

A string value representing the user name used to access a proxy.

Remarks

Specifies the username to use for authentication on some proxies.

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.