Brunet.RpcRoutingTestHandler.GetIdentification C# (CSharp) Method

GetIdentification() public method

public GetIdentification ( ) : byte[]
return byte[]
    public byte[] GetIdentification() {
      //
      // Returns the identify of the current node.
      //
      return (byte[]) _node.Address.ToMemBlock();
    }
  }