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