Exemple #1
0
        /// <summary>
        /// Post Find Gps Config and return the response port.
        /// </summary>
        public virtual PortSet <MicrosoftGpsConfig, Fault> FindGpsConfig(MicrosoftGpsConfig body)
        {
            FindGpsConfig op = new FindGpsConfig();

            op.Body = body ?? new MicrosoftGpsConfig();
            this.Post(op);
            return(op.ResponsePort);
        }
Exemple #2
0
 /// <summary>
 /// Post(FindGpsConfig)
 /// </summary>
 /// <param name="item"></param>
 /// <returns></returns>
 public void Post(FindGpsConfig item)
 {
     base.PostUnknownType(item);
 }