PowerTCP Sockets for .NET
Backlog Property




Syntax
'Declaration
 
<DefaultValueAttribute(5)>
Public Property Backlog As Integer
'Usage
 
Dim instance As Server
Dim value As Integer
 
instance.Backlog = value
 
value = instance.Backlog
[DefaultValue(5)]
public int Backlog {get; set;}
[DefaultValue(5)]
public: __property int get_Backlog();
public: __property void set_Backlog( 
   int value
);
[DefaultValue(5)]
public:
property int Backlog {
   int get();
   void set (    int value);
}
See Also

Reference

Server Class
Server Members


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