ServiceHostBase::ManualFlowControlLimit Property
.NET Framework (current version)
Gets or sets the flow control limit for messages received by the service hosted.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Int32The flow control limit for messages received by the service hosted.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is less than zero. |
This limit can be incremented using the IncrementManualFlowControlLimit(Int32) method.
.NET Framework
Available since 3.0
Available since 3.0
Show: