Method | Description | |
---|---|---|
Read ( ) : bool |
Reads to the next node in the XML document, and updates the context accordingly. If node is RequestId, reads the contents and stores in RequestId property.
|
|
S3UnmarshallerContext ( Stream responseStream, bool maintainResponseBody, IWebResponseData responseData ) : Amazon.Runtime.Internal.Transform |
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 | |
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 |
return | Amazon.Runtime.Internal.Transform |