Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal dataLength As Nullable(Of Integer), _ ByVal quality As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DataLimitFields( Nullable<int> dataLength, string quality ) |
C++/CLI | |
---|---|
public: DataLimitFields( Nullable<int> dataLength, String^ quality ) |
Parameters
- dataLength
- Restricts the amount of data the client wants the server to send in response to a request.
- quality
- Limits data transmission to a quality level.
For an example, refer to HttpRequestEncoder.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family