MaxConnectionBandwidth Property
Summary
Gets or sets the maximum transmission bandwidth for client connections.
Syntax
public int MaxConnectionBandwidth { get; set; }
Public Property MaxConnectionBandwidth As Integer
public:
property int MaxConnectionBandwidth {
int get();
void set ( int );
}
Property Value
The maximum number of bytes transmitted to a client connection per second.