public PacketFactory(IPacketInspectorService packetInspectorService) { Contract.Requires<ArgumentNullException>(packetInspectorService != null); this.packetInspectorService = packetInspectorService; }
public PacketFactory(IPacketInspectorService packetInspectorService) { Contract.Requires <ArgumentNullException>(packetInspectorService != null); this.packetInspectorService = packetInspectorService; }