diff --git a/dotnet/src/dotnetframework/GxClasses/Model/GXBaseObject.cs b/dotnet/src/dotnetframework/GxClasses/Model/GXBaseObject.cs index 488060b2f..0f377b065 100644 --- a/dotnet/src/dotnetframework/GxClasses/Model/GXBaseObject.cs +++ b/dotnet/src/dotnetframework/GxClasses/Model/GXBaseObject.cs @@ -150,7 +150,6 @@ private string Encrypt64(string value, string key, bool safeEncoding) } protected virtual void SendResponseStatus(int statusCode, string statusDescription) { - context.HttpContext.Response.StatusCode = statusCode; } protected string UriEncrypt64(string value, string key)