PowerTCP Telnet for .NET CF
Port Property
See Also  Send comments on this topic.
Dart.Common Namespace > Proxy Class : Port Property




Gets or sets a value which specifies the proxy port to connect to.

Syntax

Visual Basic (Declaration) 
Public Property Port As Integer
Visual Basic (Usage)Copy Code
Dim instance As Proxy
Dim value As Integer
 
instance.Port = value
 
value = instance.Port
C# 
public int Port {get; set;}
Managed Extensions for C++ 
public: __property int get_Port();
public: __property void set_Port( 
   int value
);
C++/CLI 
public:
property int Port {
   int get();
   void set (    int value);
}

Property Value

An integer value representing the proxy port. This value is changed when it is 0 and the lished when the Type property is set.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.