public virtual global::Microsoft.Ccr.Core.Choice Forward(global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest body, out global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.Forward operation)
 {
     if ((body == null))
     {
         body = new global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest();
     }
     operation = new global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.Forward(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultSubmitResponseType, global:: W3C.Soap.Fault> Forward(global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest body)
 {
     if ((body == null))
     {
         body = new global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest();
     }
     global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.Forward operation = new global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.Forward(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public Forward(global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultSubmitResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
 public Forward(global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest body) :
     base(body)
 {
 }
 /// <summary>
 ///Clones ForwardRequest
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest target0 = new global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest();
     this.CopyTo(target0);
     return(target0);
 }
 /// <summary>
 ///Copies the data member values of the current ForwardRequest to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public virtual void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest typedTarget = ((global::Microsoft.Robotics.Services.RoboticsTutorial4.Proxy.ForwardRequest)(target));
 }