Esempio n. 1
0
 private void Allocation_Removed(Allocation allocation, AllocationsPool.RemoveReason reason)
 {
     logger.WriteInformation(string.Format("Allocation Terminated: {0} <--> {1}, {2}", allocation.Alocated.ToString(), allocation.Reflexive.ToString(), reason.ToString()));
     peerServer.Unbind(allocation.Alocated.ProtocolPort);
 }
Esempio n. 2
0
 private void Allocation_Removed(Allocation allocation)
 {
     peerServer.Unbind(allocation.Alocated.ProtocolPort);
 }