AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the InvokeWithResponseStream operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Lambda.Model.InvokeWithResponseStreamResponse

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z

Syntax

C#
public class InvokeWithResponseStreamResponse : AmazonWebServiceResponse

The InvokeWithResponseStreamResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property EventStream Amazon.Lambda.Model.InvokeWithResponseStreamResponseEvent

Gets and sets the property EventStream.

The stream of response payloads.

Public Property ExecutedVersion System.String

Gets and sets the property ExecutedVersion.

The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseStreamContentType System.String

Gets and sets the property ResponseStreamContentType.

The type of data the stream is returning.

Public Property StatusCode System.Int32

Gets and sets the property StatusCode.

For a successful request, the HTTP status code is in the 200 range. For the RequestResponse invocation type, this status code is 200. For the DryRun invocation type, this status code is 204.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5