예제 #1
0
        public static CertPreflightResponse Unmarshall(UnmarshallerContext context)
        {
            CertPreflightResponse certPreflightResponse = new CertPreflightResponse();

            certPreflightResponse.HttpResponse = context.HttpResponse;
            certPreflightResponse.RequestId    = context.StringValue("CertPreflight.RequestId");

            return(certPreflightResponse);
        }
        public static CertPreflightResponse Unmarshall(UnmarshallerContext context)
        {
            CertPreflightResponse certPreflightResponse = new CertPreflightResponse();

            certPreflightResponse.HttpResponse = context.HttpResponse;
            certPreflightResponse.RequestId = context.StringValue("CertPreflight.RequestId");

            return certPreflightResponse;
        }