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

S3UnmarshallerContext() публичный Метод

Wrap an XmlTextReader with state for event-based parsing of an XML stream.
public S3UnmarshallerContext ( Stream responseStream, bool maintainResponseBody, IWebResponseData responseData ) : Amazon.Runtime.Internal.Transform
responseStream Stream Stream with the XML from a service response.
maintainResponseBody bool If set to true, maintains a copy of the complete response body as the stream is being read.
responseData IWebResponseData Response data coming back from the request
Результат Amazon.Runtime.Internal.Transform
        public S3UnmarshallerContext(Stream responseStream, bool maintainResponseBody, IWebResponseData responseData)
            : base(responseStream, maintainResponseBody, responseData)
        {
        }
S3UnmarshallerContext