Overloaded. Inherited from
Generic ServiceStreamer
Syntax
Visual Basic (Declaration) | |
---|
Protected Overrides ReadOnly Property StreamsLimit As Integer |
C# | |
---|
protected override int StreamsLimit {get;} |
C++/CLI | |
---|
protected:
property int StreamsLimit override {
int get();
} |
Return Value
The number of concurrent calls to the WCF service; This will always return 4.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also