Amazon.S3.Model.Internal.MarshallTransformations.GetObjectTorrentResponseUnmarshaller.UnmarshallResult C# (CSharp) 메소드

UnmarshallResult() 개인적인 정적인 메소드

private static UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, GetObjectTorrentResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response Amazon.S3.Model.GetObjectTorrentResponse
리턴 void
        private static void UnmarshallResult(XmlUnmarshallerContext context,GetObjectTorrentResponse response)
        {
            
            response.ResponseStream = context.Stream;

            IWebResponseData responseData = context.ResponseData;
            if (responseData.IsHeaderPresent(S3Constants.AmzHeaderRequestCharged))
                response.RequestCharged = RequestCharged.FindValue(responseData.GetHeaderValue(S3Constants.AmzHeaderRequestCharged));
            
            return;
        }
        
GetObjectTorrentResponseUnmarshaller