Gets the maximum number of transport connections.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property MaxTransportConnections As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As JpipConfiguration
Dim value As Integer
value = instance.MaxTransportConnections
|
C# | |
---|
public virtual int MaxTransportConnections {get;} |
C++/CLI | |
---|
public:
virtual property int MaxTransportConnections {
int get();
} |
Return Value
The maximum number of sockets connected at the same time.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also