Show / Hide Table of Contents

    Method ResultAs

    ResultAs<T>()

    Creates an instance of the given type T from the result of the response.
    Declaration
    public T ResultAs<T>()
    Returns
    Type Description
    T An instance of the desired type T created from the response result.
    Type Parameters
    Name Description
    T The desired object type to convert the response result to.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.