INestedHttpResult Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a contract that represents the result of an HTTP endpoint that contains a nested IResult type.
public interface INestedHttpResulttype INestedHttpResult = interfacePublic Interface INestedHttpResult- Derived
Remarks
For example, Results<TResult1, TResult2> is an INestedHttpResult and will contain the returned IResult.