MaxTransportConnections Property
Summary
Gets or sets the maximum number of transport connections.
Syntax
public int MaxTransportConnections { get; set; }
Public Property MaxTransportConnections As Integer
public:
property int MaxTransportConnections {
int get();
void set ( int );
}
Property Value
The maximum number of sockets connected at the same time.