PowerTCP Mail for .NET
Port Property




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

Reference

IPEndPoint Class
IPEndPoint Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic