Amazon.S3.Model.Internal.MarshallTransformations.S3ReponseUnmarshaller.ConstructUnmarshallerContext C# (CSharp) Метод

ConstructUnmarshallerContext() защищенный Метод

protected ConstructUnmarshallerContext ( Stream responseStream, bool maintainResponseBody, IWebResponseData response ) : Amazon.Runtime.Internal.Transform.UnmarshallerContext
responseStream Stream
maintainResponseBody bool
response IWebResponseData
Результат Amazon.Runtime.Internal.Transform.UnmarshallerContext
        protected override UnmarshallerContext ConstructUnmarshallerContext(Stream responseStream, bool maintainResponseBody, IWebResponseData response)
        {
            return new S3UnmarshallerContext(responseStream, maintainResponseBody, response);
        }