static SubringTransportAddress() { TransportAddressFactory.AddFactoryMethod("subring", Create); }
/// <summary>Add support to create brunet.xmpp TAs</summary> static XmppTransportAddress() { TransportAddressFactory.AddFactoryMethod("xmpp", Create); }
static SimulationTransportAddress() { TransportAddressFactory.AddFactoryMethod("s", Create); }
static RelayTransportAddress() { //Add support to create brunet.tunnel addresses: TransportAddressFactory.AddFactoryMethod("tunnel", Create); }