C# 클래스 Amazon.S3.Model.Internal.MarshallTransformations.S3UnmarshallerContext

Specialized S3 unmarshaller context.
상속: Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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.

메소드 상세

Read() 공개 메소드

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.
public Read ( ) : bool
리턴 bool

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