internal PipeMsgEvent(PipeID id, Message m) { pipeID = id; msg = m; }
/// <summary> /// Sets the unique identifier of the Pipe Advertisement. /// </summary> /// <param name="id"></param> public void SetPipeID(PipeID id) { Errors.check(jxta_pipe_adv_set_Id(this.self, id.ToString())); }