コード例 #1
0
ファイル: DelegationSet.cs プロジェクト: vcgato29/ndn-dot-net
 /// <summary>
 /// Encode this DelegationSet for a particular wire format.
 /// </summary>
 ///
 /// <param name="wireFormat">A WireFormat object used to encode this DelegationSet.</param>
 /// <returns>The encoded buffer.</returns>
 public Blob wireEncode(WireFormat wireFormat)
 {
     return(wireFormat.encodeDelegationSet(this));
 }