PowerTCP FTP for .NET
Port Property



Gets or sets the port number of the endpoint.
Syntax
<DefaultValueAttribute(0)>
Public Shadows Property Port As Integer
Dim instance As IPEndPoint
Dim value As Integer
 
instance.Port = value
 
value = instance.Port
[DefaultValue(0)]
public new int Port {get; set;}
[DefaultValue(0)]
public:
new property int Port {
   int get();
   void set (    int value);
}
See Also

Reference

IPEndPoint Class
IPEndPoint Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic