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

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

public Unmarshall ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context ) : AmazonWebServiceResponse
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
Результат Amazon.Runtime.AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) 
        {
            AbortMultipartUploadResponse response = new AbortMultipartUploadResponse();
            IWebResponseData responseData = context.ResponseData;
            if (responseData.IsHeaderPresent(S3Constants.AmzHeaderRequestCharged))
                response.RequestCharged = RequestCharged.FindValue(responseData.GetHeaderValue(S3Constants.AmzHeaderRequestCharged));

            return response;
        }
AbortMultipartUploadResponseUnmarshaller