Amazon.Glacier.Model.Internal.MarshallTransformations.CreateVaultResponseUnmarshaller.UnmarshallResult C# (CSharp) Метод

UnmarshallResult() приватный статический Метод

private static UnmarshallResult ( JsonUnmarshallerContext context, CreateVaultResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.Glacier.Model.CreateVaultResponse
Результат void
        private static void UnmarshallResult(JsonUnmarshallerContext context,CreateVaultResponse response)
        {
          

            if (context.ResponseData.GetHeaderValue("Location") != null)
                response.Location = context.ResponseData.GetHeaderValue("Location");            
            return;
        }