/// <summary> /// Executes the request on the base handle. /// </summary> public void Connect() { Libuv.uv_pipe_connect(this, this.BaseHandle, this.PipeName, _UvConnectCallback); this.PipeName = null; }