PowerTCP Sockets for .NET
Backlog Property (Server)




The maximum length of the pending connections queue.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Backlog As Integer
'Usage
 
Dim instance As Server
Dim value As Integer
 
instance.Backlog = value
 
value = instance.Backlog
[DefaultValue()]
public int Backlog {get; set;}
[DefaultValue()]
public: __property int get_Backlog();
public: __property void set_Backlog( 
   int value
);
[DefaultValue()]
public:
property int Backlog {
   int get();
   void set (    int value);
}
Remarks
This value is used as a parameter to the Socket.Listen method.
See Also

Reference

Server Class
Server Members


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