StatusCode Property

Summary

Gets or sets the HTTP status code of the current request.

Syntax
C#
VB
C++
public int StatusCode { get; set; } 
  
Public Property StatusCode As Integer 
public: 
property int StatusCode { 
   int get(); 
   void set (    int ); 
} 

Property Value

The HTTP status code of the current request.

Remarks

This value is only used when Deny is set to true.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly