Represents "[email protected]" type channel request information
Inheritance: RequestInfo
 public void RequestNameTest()
 {
     KeepAliveRequestInfo target = new KeepAliveRequestInfo(); // TODO: Initialize to an appropriate value
     string actual;
     actual = target.RequestName;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void KeepAliveRequestInfoConstructorTest()
 {
     KeepAliveRequestInfo target = new KeepAliveRequestInfo();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }