示例#1
0
        internal static void TestRequest(XDR request, int serverPort)
        {
            // Reset resultSize so as to avoid interference from other tests in this class.
            resultSize = 0;
            SimpleTcpClient tcpClient = new SimpleTcpClient("localhost", serverPort, request,
                                                            true);

            tcpClient.Run();
        }
示例#2
0
 public _ChannelPipelineFactory_53(SimpleTcpClient _enclosing)
 {
     this._enclosing = _enclosing;
 }