/// <summary> /// Post Send Microsoft Gps Command and return the response port. /// </summary> public virtual PortSet <DefaultUpdateResponseType, Fault> SendMicrosoftGpsCommand(MicrosoftGpsCommand body) { SendMicrosoftGpsCommand op = new SendMicrosoftGpsCommand(); op.Body = body ?? new MicrosoftGpsCommand(); this.Post(op); return(op.ResponsePort); }
/// <summary> /// Post(SendMicrosoftGpsCommand) /// </summary> /// <param name="item"></param> /// <returns></returns> public void Post(SendMicrosoftGpsCommand item) { base.PostUnknownType(item); }