Search Results for

    Show / Hide Table of Contents

    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 Source

    status_code

    Status code

    Declaration
    public HttpStatusCode status_code { get; set; }
    Property Value
    Type Description
    System.Net.HttpStatusCode
    | Improve this Doc View Source

    value

    Value which will be serialized

    Declaration
    public object value { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx