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);
        }