Class IronPythonWebApiPackage.NegotiatedResult
Result which will be passed to the .net method
Inheritance
System.Object
IronPythonWebApiPackage.NegotiatedResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.WebAPI.Dynamic
Assembly: Simplic.Framework.WebAPI.dll
Syntax
public class NegotiatedResult
Properties
| Improve this Doc View Sourcestatus_code
Status code
Declaration
public HttpStatusCode status_code { get; set; }
Property Value
Type | Description |
---|---|
System.Net.HttpStatusCode |
value
Value which will be serialized
Declaration
public object value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |