コード例 #1
0
 public ASProvisionResponse(HttpWebResponse httpResponse)
     : base(httpResponse)
 {
     policy = new ASPolicy();
     isPolicyLoaded = policy.LoadXML(XmlString);
     SetStatus();
 }
コード例 #2
0
 public ASProvisionResponse(HttpWebResponse httpResponse) : base(httpResponse)
 {
     policy         = new ASPolicy();
     isPolicyLoaded = policy.LoadXML(XmlString);
     SetStatus();
 }