Search Results for

    Show / Hide Table of Contents

    Class HttpResult<T>

    Inheritance
    System.Object
    HttpResult<T>
    Namespace: PnP.Framework.Utilities
    Assembly: PnP.Framework.dll
    Syntax
    public class HttpResult<T> : object
    Type Parameters
    T

    Constructors

    HttpResult(T, HttpResponseHeaders)

    Declaration
    public HttpResult(T Result, HttpResponseHeaders ResponseHeaders)
    Parameters
    T Result

    HttpResponseHeaders ResponseHeaders

    Properties

    ResponseHeaders

    Declaration
    public HttpResponseHeaders ResponseHeaders { get; }
    Property Value
    HttpResponseHeaders

    Result

    Declaration
    public T Result { get; }
    Property Value
    T

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer